iqeo-conf 0.0.3 → 0.0.4

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.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- iqeo-conf (0.0.3)
4
+ iqeo-conf (0.0.4)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/iqeo-conf.gemspec CHANGED
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
6
6
  gem.email = ["gerard.fowley@iqeo.net"]
7
7
  gem.description = %q{A configuration DSL}
8
8
  gem.summary = %q{A DSL for writing configuration files}
9
- gem.homepage = "http://github.com/iqeo/iqeo-conf"
9
+ gem.homepage = "http://iqeo.github.com/iqeo-conf"
10
10
  gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
11
11
  gem.files = `git ls-files`.split("\n")
12
12
  gem.test_files = `git ls-files -- {spec}/*`.split("\n")
@@ -1,5 +1,5 @@
1
1
  module Iqeo
2
2
  class Configuration
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iqeo-conf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-04-27 00:00:00.000000000 Z
12
+ date: 2012-04-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -65,9 +65,10 @@ files:
65
65
  - lib/iqeo/configuration/version.rb
66
66
  - pkg/iqeo-conf-0.0.1.gem
67
67
  - pkg/iqeo-conf-0.0.2.gem
68
+ - pkg/iqeo-conf-0.0.3.gem
68
69
  - spec/configuration_spec.rb
69
70
  - spec/spec_helper.rb
70
- homepage: http://github.com/iqeo/iqeo-conf
71
+ homepage: http://iqeo.github.com/iqeo-conf
71
72
  licenses: []
72
73
  post_install_message:
73
74
  rdoc_options: []