hopsoft-fig 0.8.2 → 0.8.3

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/Rakefile +2 -2
  2. data/fig.gemspec +2 -2
  3. metadata +2 -2
data/Rakefile CHANGED
@@ -1,8 +1,8 @@
1
1
  require 'echoe'
2
2
 
3
- Echoe.new('fig', '0.8.2') do |p|
3
+ Echoe.new('fig', '0.8.3') do |p|
4
4
  p.description = "The smart way to manage configuration settings for your Ruby applications."
5
- p.url = "http://github.com/natehop/fig"
5
+ p.url = "http://github.com/hopsoft/fig"
6
6
  p.author = "Nathan Hopkins, Hopsoft LLC"
7
7
  p.email = "natehop@gmail.com"
8
8
  p.ignore_pattern = ["nbproject*"]
data/fig.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{fig}
5
- s.version = "0.8.2"
5
+ s.version = "0.8.3"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Nathan Hopkins, Hopsoft LLC"]
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
12
12
  s.extra_rdoc_files = ["README.rdoc", "lib/fig.rb", "lib/string.rb", "tasks/fig_tasks.rake"]
13
13
  s.files = ["README.rdoc", "install.rb", "MIT-LICENSE", "test/test.yml", "test/test2.yml", "test/string_test.rb", "test/fig_test.rb", "Manifest", "uninstall.rb", "Rakefile", "init.rb", "lib/fig.rb", "lib/string.rb", "tasks/fig_tasks.rake", "fig.gemspec"]
14
14
  s.has_rdoc = true
15
- s.homepage = %q{http://github.com/natehop/fig}
15
+ s.homepage = %q{http://github.com/hopsoft/fig}
16
16
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Fig", "--main", "README.rdoc"]
17
17
  s.require_paths = ["lib"]
18
18
  s.rubyforge_project = %q{fig}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hopsoft-fig
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.2
4
+ version: 0.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Hopkins, Hopsoft LLC
@@ -41,7 +41,7 @@ files:
41
41
  - tasks/fig_tasks.rake
42
42
  - fig.gemspec
43
43
  has_rdoc: true
44
- homepage: http://github.com/natehop/fig
44
+ homepage: http://github.com/hopsoft/fig
45
45
  post_install_message:
46
46
  rdoc_options:
47
47
  - --line-numbers