grotesque 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/grotesque.gemspec +1 -0
- data/lib/grotesque/version.rb +1 -1
- metadata +2 -2
data/grotesque.gemspec
CHANGED
@@ -6,6 +6,7 @@ Gem::Specification.new do |gem|
|
|
6
6
|
gem.email = ["nathan.sutton@gmail.com"]
|
7
7
|
gem.description = %q{Use ZooKeeper like Redis. A grotesque.}
|
8
8
|
gem.summary = %q{A library that makes is possible to use ZooKeeper like Redis. A grotesque.}
|
9
|
+
gem.homepage = "https://github.com/nate/grotesque-ruby"
|
9
10
|
|
10
11
|
gem.files = `git ls-files`.split($\)
|
11
12
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
data/lib/grotesque/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: grotesque
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -82,7 +82,7 @@ files:
|
|
82
82
|
- spec/grotesque/server_spec.rb
|
83
83
|
- spec/grotesque_spec.rb
|
84
84
|
- spec/spec_helper.rb
|
85
|
-
homepage:
|
85
|
+
homepage: https://github.com/nate/grotesque-ruby
|
86
86
|
licenses: []
|
87
87
|
post_install_message:
|
88
88
|
rdoc_options: []
|