poro_plus 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/Rakefile +0 -10
- data/lib/poro_plus/version.rb +1 -1
- data/poro_plus.gemspec +1 -1
- metadata +4 -4
data/Gemfile.lock
CHANGED
data/Rakefile
CHANGED
data/lib/poro_plus/version.rb
CHANGED
data/poro_plus.gemspec
CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
11
11
|
spec.email = ["corey@idolhands.com"]
|
12
12
|
spec.description = %q{Simple methods to make POROs more fun.}
|
13
13
|
spec.summary = %q{Simple methods to make Plain Old Ruby Objects (POROs) more fun.}
|
14
|
-
spec.homepage = ""
|
14
|
+
spec.homepage = "https://github.com/Bantik/poro_plus"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
17
17
|
spec.files = `git ls-files`.split($/)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: poro_plus
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -78,7 +78,7 @@ files:
|
|
78
78
|
- poro_plus.gemspec
|
79
79
|
- spec/lib/poro_plus/poro_plus_spec.rb
|
80
80
|
- spec/spec_helper.rb
|
81
|
-
homepage:
|
81
|
+
homepage: https://github.com/Bantik/poro_plus
|
82
82
|
licenses:
|
83
83
|
- MIT
|
84
84
|
post_install_message:
|
@@ -93,7 +93,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
93
93
|
version: '0'
|
94
94
|
segments:
|
95
95
|
- 0
|
96
|
-
hash:
|
96
|
+
hash: 4604261282178270353
|
97
97
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
98
98
|
none: false
|
99
99
|
requirements:
|
@@ -102,7 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
102
102
|
version: '0'
|
103
103
|
segments:
|
104
104
|
- 0
|
105
|
-
hash:
|
105
|
+
hash: 4604261282178270353
|
106
106
|
requirements: []
|
107
107
|
rubyforge_project:
|
108
108
|
rubygems_version: 1.8.24
|