poro_plus 1.0.0 → 1.0.1

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
- poro_plus (1.0.0)
4
+ poro_plus (1.0.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/Rakefile CHANGED
@@ -1,12 +1,2 @@
1
1
  #!/usr/bin/env rake
2
2
  require "bundler/gem_tasks"
3
-
4
- require 'rake/testtask'
5
-
6
- Rake::TestTask.new do |t|
7
- t.libs << 'lib/bramipsum'
8
- t.test_files = FileList['test/lib/poro_plus/*_test.rb']
9
- t.verbose = true
10
- end
11
-
12
- task :default => :test
@@ -1,3 +1,3 @@
1
1
  module PoroPlus
2
- VERSION='1.0.0'
2
+ VERSION='1.0.1'
3
3
  end
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.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: 2906580714184035242
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: 2906580714184035242
105
+ hash: 4604261282178270353
106
106
  requirements: []
107
107
  rubyforge_project:
108
108
  rubygems_version: 1.8.24