Skip to content

Commit d4ac9a3

Browse files
committed
version bump
1 parent e83df39 commit d4ac9a3

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

Gemfile.lock

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
PATH
22
remote: .
33
specs:
4-
nirvanahq (0.1.0)
4+
nirvanahq (0.1.4)
55
json
66
simpleconsole
77
uuid
88

99
GEM
1010
specs:
11-
json (1.4.6)
11+
json (1.6.1)
1212
macaddr (1.0.0)
1313
rake (0.8.7)
1414
redgreen (1.2.2)
@@ -20,9 +20,6 @@ PLATFORMS
2020
ruby
2121

2222
DEPENDENCIES
23-
json
2423
nirvanahq!
2524
rake
2625
redgreen
27-
simpleconsole
28-
uuid

lib/nirvanahq.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
require 'nirvanahq/task'
1111

1212
class NirvanaHQ
13-
VERSION = '0.1.3'
13+
VERSION = '0.1.4'
1414
end

nirvanahq.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |s|
44
s.name = "nirvanahq"
5-
s.version = "0.1.3"
5+
s.version = "0.1.4"
66
s.platform = Gem::Platform::RUBY
77
s.authors = ["Mitchell Amihod"]
88
s.email = ["[email protected]"]

0 commit comments

Comments
 (0)