ficus 0.0.1 → 0.0.2

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 (2) hide show
  1. data/ficus.gemspec +2 -2
  2. metadata +4 -4
@@ -4,12 +4,12 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "ficus"
7
- spec.version = '0.0.1'
7
+ spec.version = '0.0.2'
8
8
  spec.authors = ["Drew Fradette"]
9
9
  spec.email = ["drew.fradette@gmail.com"]
10
10
  spec.description = 'A runtime validation configuration DSL'
11
11
  spec.summary = ''
12
- spec.homepage = "https://github.com/drewfradette/ficus"
12
+ spec.homepage = "https://github.com/drewfradette/ruby-ficus"
13
13
  spec.license = "MIT"
14
14
 
15
15
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ficus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -92,7 +92,7 @@ files:
92
92
  - lib/recursive-open-struct.rb
93
93
  - spec/ficus_spec.rb
94
94
  - spec/spec_helper.rb
95
- homepage: https://github.com/drewfradette/ficus
95
+ homepage: https://github.com/drewfradette/ruby-ficus
96
96
  licenses:
97
97
  - MIT
98
98
  post_install_message:
@@ -107,7 +107,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
107
107
  version: '0'
108
108
  segments:
109
109
  - 0
110
- hash: 996828060778593471
110
+ hash: -571402621650926821
111
111
  required_rubygems_version: !ruby/object:Gem::Requirement
112
112
  none: false
113
113
  requirements:
@@ -116,7 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
116
116
  version: '0'
117
117
  segments:
118
118
  - 0
119
- hash: 996828060778593471
119
+ hash: -571402621650926821
120
120
  requirements: []
121
121
  rubyforge_project:
122
122
  rubygems_version: 1.8.25