Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Commit

Permalink
bump to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
christospappas committed Nov 19, 2012
1 parent f835cfc commit ce6dacf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,26 @@ PATH
GEM
remote: http://rubygems.org/
specs:
activemodel (3.2.8)
activesupport (= 3.2.8)
activemodel (3.2.9)
activesupport (= 3.2.9)
builder (~> 3.0.0)
activesupport (3.2.8)
activesupport (3.2.9)
i18n (~> 0.6)
multi_json (~> 1.0)
builder (3.0.3)
builder (3.0.4)
coderay (1.0.8)
database_cleaner (0.8.0)
diff-lcs (1.1.3)
i18n (0.6.1)
method_source (0.8.1)
mongoid (3.0.6)
mongoid (3.0.13)
activemodel (~> 3.1)
moped (~> 1.1)
origin (~> 1.0)
tzinfo (~> 0.3.22)
moped (1.2.5)
multi_json (1.3.6)
origin (1.0.9)
moped (1.3.0)
multi_json (1.3.7)
origin (1.0.10)
pry (0.9.10)
coderay (~> 1.0.5)
method_source (~> 0.8)
Expand All @@ -41,7 +41,7 @@ GEM
diff-lcs (~> 1.1.2)
rspec-mocks (2.6.0)
slop (3.3.3)
tzinfo (0.3.33)
tzinfo (0.3.35)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion lib/streama/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Streama
VERSION = "0.3.6"
VERSION = "0.3.7"
end

0 comments on commit ce6dacf

Please sign in to comment.