We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83df39 commit d4ac9a3Copy full SHA for d4ac9a3
Gemfile.lock
@@ -1,14 +1,14 @@
1
PATH
2
remote: .
3
specs:
4
- nirvanahq (0.1.0)
+ nirvanahq (0.1.4)
5
json
6
simpleconsole
7
uuid
8
9
GEM
10
11
- json (1.4.6)
+ json (1.6.1)
12
macaddr (1.0.0)
13
rake (0.8.7)
14
redgreen (1.2.2)
@@ -20,9 +20,6 @@ PLATFORMS
20
ruby
21
22
DEPENDENCIES
23
- json
24
nirvanahq!
25
rake
26
redgreen
27
- simpleconsole
28
- uuid
lib/nirvanahq.rb
@@ -10,5 +10,5 @@
require 'nirvanahq/task'
class NirvanaHQ
- VERSION = '0.1.3'
+ VERSION = '0.1.4'
end
nirvanahq.gemspec
@@ -2,7 +2,7 @@
Gem::Specification.new do |s|
s.name = "nirvanahq"
- s.version = "0.1.3"
+ s.version = "0.1.4"
s.platform = Gem::Platform::RUBY
s.authors = ["Mitchell Amihod"]
s.email = ["[email protected]"]
0 commit comments