RubyGems
npm
Organizations
Log in
Sign up
RubyGems
torquebox-console
Versions diffs
0.2.0 → 0.2.1
torquebox-console 0.2.0 → 0.2.1
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
data/Gemfile
+6
-1
data/lib/torquebox/console/version.rb
+1
-1
metadata
+1
-1
data/Gemfile
CHANGED
@@ -1,6 +1,11 @@
1
1
source :rubygems
2
2
3
-
gemspec
3
+
gem "pry", "~>0.9.10"
4
+
gem "torquebox", "~>2.0"
5
+
gem "sinatra", "~>1.3.3"
6
+
gem "haml", "~>3.1.7"
7
+
gem "stomp", "~>1.2.6"
8
+
gem "thor", ">=0.14.6"
4
9
5
10
group :development do
6
11
gem "jruby-openssl"
data/lib/torquebox/console/version.rb
CHANGED
@@ -1,5 +1,5 @@
1
1
module TorqueBox
2
2
module Console
3
-
VERSION = "0.2.
0
"
3
+
VERSION = "0.2.
1
"
4
4
end
5
5
end
metadata
CHANGED
@@ -2,7 +2,7 @@
2
2
name: torquebox-console
3
3
version: !ruby/object:Gem::Version
4
4
prerelease:
5
-
version: 0.2.
0
5
+
version: 0.2.
1
6
6
platform: ruby
7
7
authors:
8
8
- Lance Ball