mpluck 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f01ce4387d240f268dea1bbcb46b43612f86f0ef
4
- data.tar.gz: 19f19cf04df0f7c98477f4fd56a7b6e057d5090d
3
+ metadata.gz: 8199b178a72cb11ff90438970b6a29b896b02a19
4
+ data.tar.gz: 4d11d38afadc364c26c2455c71a87e4903df2a1b
5
5
  SHA512:
6
- metadata.gz: 93d607d46d7d47eadd6ee86f57ba283ed3d636d3642cf61df5949fcf6f7c50398a309c6ba89e9cabf413f4e130f84eb2f687272afd9601f5f65ad3c262e7b574
7
- data.tar.gz: fd9c7b4197d2855a50b24147f5a500079b40478ee90984b887a96495665ad1f48a4fd362db7874b409448a96dab532ad3d3507440a29c762494959d2f841eecb
6
+ metadata.gz: b625819c2b6609c231892062b3ad62a42f16bafb6d0e24a9eb60febd5cd352fcfb02d6f01d32764a6956d505d10acbffd29592178d3cdbb7e3d915564ccd22e0
7
+ data.tar.gz: 219f49a31a80d1dcec77b1e0f6d09fbebf28c9d8312a83b8effea172faa86baa40c0851f2531c4397ebe36106fa464e827a433e43462a7c8c2daf8aa1207afd2
@@ -1,3 +1,3 @@
1
1
  module Mpluck
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/mpluck.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["mnomitch@instructure.com"]
11
11
  spec.summary = %q{multipluck helper for Rails 2 and 3}
12
12
  spec.description = %q{multipluck helper for Rails 2 and 3}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/mikenomitch/mpluck"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mpluck
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Nomitch
@@ -73,7 +73,7 @@ files:
73
73
  - lib/mpluck.rb
74
74
  - lib/mpluck/version.rb
75
75
  - mpluck.gemspec
76
- homepage: ''
76
+ homepage: https://github.com/mikenomitch/mpluck
77
77
  licenses:
78
78
  - MIT
79
79
  metadata: {}