tarot 0.1 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/tarot/version.rb +1 -1
- data/tarot.gemspec +1 -1
- metadata +4 -3
data/lib/tarot/version.rb
CHANGED
data/tarot.gemspec
CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
|
7
7
|
s.version = Tarot::VERSION
|
8
8
|
s.authors = ["Chris Heald"]
|
9
9
|
s.email = ["cheald@gmail.com"]
|
10
|
-
s.homepage = "
|
10
|
+
s.homepage = "https://github.com/cheald/tarot"
|
11
11
|
s.summary = %q{Tarot is a small, concise configuration library for Rails apps.}
|
12
12
|
s.description = %q{Tarot is a small, concise configuration library for Rails apps.}
|
13
13
|
|
metadata
CHANGED
@@ -1,12 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tarot
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 25
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
|
9
|
+
- 1
|
10
|
+
version: 0.1.1
|
10
11
|
platform: ruby
|
11
12
|
authors:
|
12
13
|
- Chris Heald
|
@@ -57,7 +58,7 @@ files:
|
|
57
58
|
- spec/tarot_spec.rb
|
58
59
|
- tarot.gemspec
|
59
60
|
has_rdoc: true
|
60
|
-
homepage:
|
61
|
+
homepage: https://github.com/cheald/tarot
|
61
62
|
licenses: []
|
62
63
|
|
63
64
|
post_install_message:
|