gemcutter 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gemcutter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nick Quaranto
|
@@ -60,6 +60,7 @@ post_install_message: |+
|
|
60
60
|
gem tumble use Gemcutter as your primary RubyGem source
|
61
61
|
gem push publish your gems for the world to use and enjoy
|
62
62
|
gem migrate take over your gem from RubyForge on Gemcutter
|
63
|
+
gem owner allow/disallow others to push to your gems
|
63
64
|
|
64
65
|
========================================================================
|
65
66
|
|
@@ -82,7 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
82
83
|
requirements: []
|
83
84
|
|
84
85
|
rubyforge_project: gemcutter
|
85
|
-
rubygems_version: 1.3.
|
86
|
+
rubygems_version: 1.3.3
|
86
87
|
signing_key:
|
87
88
|
specification_version: 3
|
88
89
|
summary: Commands to interact with gemcutter.org
|