tarot 0.1 → 0.1.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.
Files changed (3) hide show
  1. data/lib/tarot/version.rb +1 -1
  2. data/tarot.gemspec +1 -1
  3. metadata +4 -3
data/lib/tarot/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Tarot
2
- VERSION = "0.1"
2
+ VERSION = "0.1.1"
3
3
  end
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 = "http://coffeepowered.net"
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: 9
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- version: "0.1"
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: http://coffeepowered.net
61
+ homepage: https://github.com/cheald/tarot
61
62
  licenses: []
62
63
 
63
64
  post_install_message: