Skip to content

Commit

Permalink
passed spec in ruby 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nov committed Feb 25, 2013
1 parent 0d54434 commit 69ff080
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
source :rubygems
source 'https://rubygems.org'
gemspec
54 changes: 27 additions & 27 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,58 +13,58 @@ PATH
validate_url

GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
activemodel (3.2.11)
activesupport (= 3.2.11)
activemodel (3.2.12)
activesupport (= 3.2.12)
builder (~> 3.0.0)
activesupport (3.2.11)
activesupport (3.2.12)
i18n (~> 0.6)
multi_json (~> 1.0)
addressable (2.3.2)
addressable (2.3.3)
attr_required (0.0.5)
builder (3.0.4)
configatron (2.9.1)
configatron (2.10.0)
yamler (>= 0.1.0)
cover_me (1.2.0)
configatron
hashie
crack (0.3.2)
diff-lcs (1.1.3)
hashie (1.2.0)
httpclient (2.3.2)
diff-lcs (1.2.1)
hashie (2.0.0)
httpclient (2.3.3)
i18n (0.6.1)
json (1.7.6)
json (1.7.6-java)
json-jwt (0.4.0)
json (1.7.7)
json (1.7.7-java)
json-jwt (0.4.2)
activesupport (>= 2.3)
i18n
json (>= 1.4.3)
multi_json (>= 1.3)
url_safe_base64
mail (2.5.3)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.19)
multi_json (1.5.0)
mime-types (1.21)
multi_json (1.6.1)
polyglot (0.3.3)
rack (1.4.3)
rack-oauth2 (1.0.0)
rack (1.5.2)
rack-oauth2 (1.0.3)
activesupport (>= 2.3)
attr_required (>= 0.0.5)
httpclient (>= 2.2.0.2)
i18n
multi_json (>= 1.3.6)
rack (>= 1.1)
rake (10.0.3)
rspec (2.12.0)
rspec-core (~> 2.12.0)
rspec-expectations (~> 2.12.0)
rspec-mocks (~> 2.12.0)
rspec-core (2.12.2)
rspec-expectations (2.12.1)
diff-lcs (~> 1.1.3)
rspec-mocks (2.12.1)
rspec (2.13.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.0)
rspec-core (2.13.0)
rspec-expectations (2.13.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.0)
swd (0.2.1)
activesupport (>= 3)
attr_required (>= 0.0.5)
Expand All @@ -81,9 +81,9 @@ GEM
mail (>= 2.2.5)
validate_url (0.2.0)
activemodel (>= 3.0.0)
webmock (1.9.0)
webmock (1.9.3)
addressable (>= 2.2.7)
crack (>= 0.1.7)
crack (>= 0.3.2)
yamler (0.1.0)

PLATFORMS
Expand Down

0 comments on commit 69ff080

Please sign in to comment.