app_conf 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/app_conf.gemspec +2 -1
  2. metadata +3 -3
data/app_conf.gemspec CHANGED
@@ -2,10 +2,11 @@ require 'base64'
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'app_conf'
5
- s.version = '0.1.0'
5
+ s.version = '0.1.1'
6
6
  s.authors = 'Phil Thompson'
7
7
  s.email = Base64.decode64("cGhpbEBlbGVjdHJpY3Zpc2lvbnMuY29t\n")
8
8
  s.summary = 'Simplest YAML Backed Application Configuration'
9
+ s.homepage = 'https://github.com/PhilT/app_conf'
9
10
  s.required_rubygems_version = '>= 1.3.6'
10
11
 
11
12
  s.files = `git ls-files`.split("\n")
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Phil Thompson
@@ -37,7 +37,7 @@ files:
37
37
  - spec/config.yml
38
38
  - spec/other.yml
39
39
  has_rdoc: true
40
- homepage:
40
+ homepage: https://github.com/PhilT/app_conf
41
41
  licenses: []
42
42
 
43
43
  post_install_message: