acme 0.0.1 → 0.0.2
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/acme.gemspec +1 -1
- data/lib/acme/version.rb +1 -1
- metadata +5 -5
data/acme.gemspec
CHANGED
|
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
|
|
7
7
|
s.version = Acme::VERSION
|
|
8
8
|
s.authors = ["Jason King"]
|
|
9
9
|
s.email = ["jk@handle.it"]
|
|
10
|
-
s.homepage = ""
|
|
10
|
+
s.homepage = "https://github.com/smathy/acme"
|
|
11
11
|
s.summary = %q{a namespace for mischief}
|
|
12
12
|
s.description = %q{nothing to see here, move along}
|
|
13
13
|
|
data/lib/acme/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: acme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Jason King
|
|
@@ -34,7 +34,7 @@ files:
|
|
|
34
34
|
- acme.gemspec
|
|
35
35
|
- lib/acme.rb
|
|
36
36
|
- lib/acme/version.rb
|
|
37
|
-
homepage:
|
|
37
|
+
homepage: https://github.com/smathy/acme
|
|
38
38
|
licenses: []
|
|
39
39
|
|
|
40
40
|
post_install_message:
|
|
@@ -63,7 +63,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
63
63
|
requirements: []
|
|
64
64
|
|
|
65
65
|
rubyforge_project: acme
|
|
66
|
-
rubygems_version: 1.8.
|
|
66
|
+
rubygems_version: 1.8.12
|
|
67
67
|
signing_key:
|
|
68
68
|
specification_version: 3
|
|
69
69
|
summary: a namespace for mischief
|