gemcutter 0.4.0.pre → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +5 -5
- data/lib/rubygems/commands/migrate.rb +2 -2
- metadata +8 -11
data/Rakefile
CHANGED
@@ -13,11 +13,11 @@ begin
|
|
13
13
|
require 'jeweler'
|
14
14
|
Jeweler::Tasks.new do |gem|
|
15
15
|
gem.name = "gemcutter"
|
16
|
-
gem.version = "0.4.0
|
17
|
-
gem.summary = "Commands to interact with
|
18
|
-
gem.description = "Adds several commands to RubyGems for managing gems and more on
|
16
|
+
gem.version = "0.4.0"
|
17
|
+
gem.summary = "Commands to interact with RubyGems.org"
|
18
|
+
gem.description = "Adds several commands to RubyGems for managing gems and more on RubyGems.org."
|
19
19
|
gem.email = "nick@quaran.to"
|
20
|
-
gem.homepage = "http://
|
20
|
+
gem.homepage = "http://rubygems.org"
|
21
21
|
gem.authors = ["Nick Quaranto"]
|
22
22
|
gem.files = FileList["lib/rubygems_plugin.rb",
|
23
23
|
"lib/gemcutter.rb",
|
@@ -32,7 +32,7 @@ begin
|
|
32
32
|
%w[rake shoulda activesupport webmock rr].each do |dep|
|
33
33
|
gem.add_development_dependency(dep)
|
34
34
|
end
|
35
|
-
gem.required_rubygems_version = Gem::Requirement.new(">= 1.3.6
|
35
|
+
gem.required_rubygems_version = Gem::Requirement.new(">= 1.3.6") if gem.respond_to? :required_rubygems_version=
|
36
36
|
gem.post_install_message = <<MESSAGE
|
37
37
|
|
38
38
|
========================================================================
|
@@ -1,6 +1,6 @@
|
|
1
1
|
class Gem::Commands::MigrateCommand < Gem::Command
|
2
2
|
def description
|
3
|
-
'
|
3
|
+
'Deprecated method for migrating a gem you own from Rubyforge to Gemcutter.'
|
4
4
|
end
|
5
5
|
|
6
6
|
def initialize
|
@@ -9,6 +9,6 @@ class Gem::Commands::MigrateCommand < Gem::Command
|
|
9
9
|
|
10
10
|
def execute
|
11
11
|
say "This command is deprecated, RubyForge accounts/ownerships have been transferred to Gemcutter."
|
12
|
-
say "Please see http://
|
12
|
+
say "Please see http://rubygems.org/pages/migrate for more information"
|
13
13
|
end
|
14
14
|
end
|
metadata
CHANGED
@@ -1,13 +1,12 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gemcutter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
prerelease:
|
4
|
+
prerelease: false
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 4
|
8
8
|
- 0
|
9
|
-
|
10
|
-
version: 0.4.0.pre
|
9
|
+
version: 0.4.0
|
11
10
|
platform: ruby
|
12
11
|
authors:
|
13
12
|
- Nick Quaranto
|
@@ -15,7 +14,7 @@ autorequire:
|
|
15
14
|
bindir: bin
|
16
15
|
cert_chain: []
|
17
16
|
|
18
|
-
date: 2010-02-
|
17
|
+
date: 2010-02-21 00:00:00 -05:00
|
19
18
|
default_executable:
|
20
19
|
dependencies:
|
21
20
|
- !ruby/object:Gem::Dependency
|
@@ -90,7 +89,7 @@ dependencies:
|
|
90
89
|
version: "0"
|
91
90
|
type: :development
|
92
91
|
version_requirements: *id006
|
93
|
-
description: Adds several commands to RubyGems for managing gems and more on
|
92
|
+
description: Adds several commands to RubyGems for managing gems and more on RubyGems.org.
|
94
93
|
email: nick@quaran.to
|
95
94
|
executables: []
|
96
95
|
|
@@ -108,7 +107,7 @@ files:
|
|
108
107
|
- lib/rubygems_plugin.rb
|
109
108
|
- test/webhook_command_test.rb
|
110
109
|
has_rdoc: true
|
111
|
-
homepage: http://
|
110
|
+
homepage: http://rubygems.org
|
112
111
|
licenses: []
|
113
112
|
|
114
113
|
post_install_message: |+
|
@@ -142,15 +141,13 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
142
141
|
- 1
|
143
142
|
- 3
|
144
143
|
- 6
|
145
|
-
|
146
|
-
- 1
|
147
|
-
version: 1.3.6.pre.1
|
144
|
+
version: 1.3.6
|
148
145
|
requirements: []
|
149
146
|
|
150
147
|
rubyforge_project:
|
151
|
-
rubygems_version: 1.3.6
|
148
|
+
rubygems_version: 1.3.6
|
152
149
|
signing_key:
|
153
150
|
specification_version: 3
|
154
|
-
summary: Commands to interact with
|
151
|
+
summary: Commands to interact with RubyGems.org
|
155
152
|
test_files: []
|
156
153
|
|