Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bcroesch committed Apr 9, 2015
1 parent a90a98f commit f756d6b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
31 changes: 16 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ GIT
PATH
remote: .
specs:
storytime (2.0.0.rc1)
storytime (2.0.0)
bootstrap-sass (>= 3.1)
carrierwave (>= 0.9)
codemirror-rails (~> 4.8)
Expand Down Expand Up @@ -173,7 +173,7 @@ GEM
fog-atmos (0.1.0)
fog-core
fog-xml
fog-aws (0.1.1)
fog-aws (0.1.2)
fog-core (~> 1.27)
fog-json (~> 1.0)
fog-xml (~> 0.1)
Expand All @@ -189,12 +189,13 @@ GEM
mime-types
net-scp (~> 1.1)
net-ssh (>= 2.1.3)
fog-ecloud (0.0.2)
fog-ecloud (0.1.1)
fog-core
fog-xml
fog-json (1.0.0)
fog-json (1.0.1)
fog-core (~> 1.0)
multi_json (~> 1.0)
fog-local (0.1.0)
fog-local (0.2.0)
fog-core (~> 1.27)
fog-powerdns (0.1.1)
fog-core (~> 1.27)
Expand All @@ -204,36 +205,36 @@ GEM
fog-core
fog-xml
nokogiri
fog-radosgw (0.0.3)
fog-radosgw (0.0.4)
fog-core (>= 1.21.0)
fog-json
fog-xml (>= 0.0.1)
fog-riakcs (0.1.0)
fog-core
fog-json
fog-xml
fog-sakuracloud (1.0.0)
fog-sakuracloud (1.0.1)
fog-core
fog-json
fog-serverlove (0.1.1)
fog-serverlove (0.1.2)
fog-core
fog-json
fog-softlayer (0.4.1)
fog-softlayer (0.4.2)
fog-core
fog-json
fog-storm_on_demand (0.1.0)
fog-storm_on_demand (0.1.1)
fog-core
fog-json
fog-terremark (0.0.4)
fog-terremark (0.1.0)
fog-core
fog-xml
fog-vmfusion (0.0.1)
fog-vmfusion (0.1.0)
fission
fog-core
fog-voxel (0.0.2)
fog-voxel (0.1.0)
fog-core
fog-xml
fog-xml (0.1.1)
fog-xml (0.1.2)
fog-core
nokogiri (~> 1.5, >= 1.5.11)
font-awesome-sass (4.3.2.1)
Expand Down Expand Up @@ -303,7 +304,7 @@ GEM
mime-types (>= 1.16, < 3)
method_source (0.8.2)
mime-types (2.4.3)
mini_magick (4.2.0)
mini_magick (4.2.1)
mini_portile (0.6.2)
minitest (5.5.1)
multi_json (1.11.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/storytime/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Storytime
VERSION = "2.0.0.rc1"
VERSION = "2.0.0"
end

0 comments on commit f756d6b

Please sign in to comment.