Navigation Menu

Skip to content

Commit

Permalink
Gemfile use https://rubygems.org/, misc updates for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
dekellum committed May 28, 2013
1 parent 0f41304 commit 1d53b57
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,5 +1,5 @@
# -*- ruby -*-

source :rubygems
source 'https://rubygems.org'

gemspec :name => 'mojibake'
28 changes: 14 additions & 14 deletions Gemfile.lock
Expand Up @@ -5,26 +5,26 @@ PATH
json (~> 1.7.5)

GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
bouncy-castle-java (1.5.0146.1)
jruby-openssl (0.7.7)
bouncy-castle-java (>= 1.5.0146.1)
json (1.7.5)
json (1.7.5-java)
bouncy-castle-java (1.5.0147)
jruby-openssl (0.8.8)
bouncy-castle-java (>= 1.5.0147)
json (1.7.7)
json (1.7.7-java)
minitest (3.5.0)
rake (0.9.2.2)
rdoc (3.12)
rake (10.0.4)
rdoc (3.12.2)
json (~> 1.4)
rjack-maven (3.0.4.0-java)
rjack-tarpit (2.0.1)
rake (~> 0.9.2, >= 0.9.2.2)
rjack-tarpit (2.0.2)
rake (>= 0.9.2.2, < 10.1)
rdoc (~> 3.12)
rjack-tarpit (2.0.1-java)
jruby-openssl (~> 0.7.4)
rake (~> 0.9.2, >= 0.9.2.2)
rjack-tarpit (2.0.2-java)
jruby-openssl (~> 0.8.1)
rake (>= 0.9.2.2, < 10.1)
rdoc (~> 3.12)
rjack-maven (~> 3.0.3)
rjack-maven (~> 3.0.4)

PLATFORMS
java
Expand Down

0 comments on commit 1d53b57

Please sign in to comment.