rubygems_dump 1.0.0 → 1.0.1
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 +1 -1
- data/VERSION +1 -1
- data/rubygems_dump.gemspec +2 -2
- metadata +4 -4
data/Rakefile
CHANGED
|
@@ -6,7 +6,7 @@ begin
|
|
|
6
6
|
Jeweler::Tasks.new do |gem|
|
|
7
7
|
gem.name = "rubygems_dump"
|
|
8
8
|
gem.summary = %Q{dump a usable list of rubygems}
|
|
9
|
-
gem.description = %Q{dump a
|
|
9
|
+
gem.description = %Q{dump a list of gems in the form of gem install <name> --version <version> }
|
|
10
10
|
gem.email = "stefan.penner@gmail.com"
|
|
11
11
|
gem.homepage = "http://github.com/stefanpenner/rubygems_dump"
|
|
12
12
|
gem.authors = ["Stefan Penner"]
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.1
|
data/rubygems_dump.gemspec
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{rubygems_dump}
|
|
8
|
-
s.version = "1.0.
|
|
8
|
+
s.version = "1.0.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Stefan Penner"]
|
|
12
12
|
s.date = %q{2010-06-20}
|
|
13
|
-
s.description = %q{dump a
|
|
13
|
+
s.description = %q{dump a list of gems in the form of gem install <name> --version <version> }
|
|
14
14
|
s.email = %q{stefan.penner@gmail.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"LICENSE",
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubygems_dump
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 21
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 1.0.
|
|
9
|
+
- 1
|
|
10
|
+
version: 1.0.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Stefan Penner
|
|
@@ -34,7 +34,7 @@ dependencies:
|
|
|
34
34
|
version: 1.2.9
|
|
35
35
|
type: :development
|
|
36
36
|
version_requirements: *id001
|
|
37
|
-
description: "dump a
|
|
37
|
+
description: "dump a list of gems in the form of gem install <name> --version <version> "
|
|
38
38
|
email: stefan.penner@gmail.com
|
|
39
39
|
executables: []
|
|
40
40
|
|