tagging_along 0.0.4 → 0.0.4.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 75da0cec20f8d7a9bd898635aa261715d9501603
4
- data.tar.gz: 05a6a225060fb45ad51a4c19322d699eee5c1311
3
+ metadata.gz: 973b554bd6bd0e5fbd4bccaae68127eebc867abf
4
+ data.tar.gz: 5e87023ebe4fe1c5e7e33c09d30b4e1536f97136
5
5
  SHA512:
6
- metadata.gz: d51a006be2b3b4e750106770588fb196419974a2d9923f61ea1f7e4204f86f80801515119c8a21bd74245eca80403aa6b6f95aaef31fad650e52fb95c3d60573
7
- data.tar.gz: dc1e7854feabef243b8b4bcc0a3bf6d791b530271d97a6b31888a2b0823a7768aae7274ca2c17c93be9c3068b995034df4a206e2f09c45646fb414e5c9522d30
6
+ metadata.gz: 509c7b1a00b87e84afce41ef2d366218056656407cfaf86abedffc215c13ae7130a7e661dbb259199019089b3c5221406e96155bb73332abd3fe4b9aaeb6fb7b
7
+ data.tar.gz: 179fa4b258b2df744683528b0d8538fe7a3d1f4d55042cd120de9739acc0b18da8d5229ab3b6333cad06d8ddc68fbe944ec1b286d717d718101e58bbbe474cdf
@@ -1,3 +1,3 @@
1
1
  module TaggingAlong
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.4.1"
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["dennis.hackethal@gmail.com"]
11
11
  spec.summary = %q{Lightweight tagging gem}
12
12
  spec.description = %q{Super lightweight alternative to all the other tagging gems out there.}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/CrowdCurity/tagging_along"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tagging_along
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dennis Charles Hackethal
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-22 00:00:00.000000000 Z
11
+ date: 2014-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -71,7 +71,7 @@ files:
71
71
  - spec/spec_helper.rb
72
72
  - spec/tagging_along_spec.rb
73
73
  - tagging_along.gemspec
74
- homepage: ''
74
+ homepage: https://github.com/CrowdCurity/tagging_along
75
75
  licenses:
76
76
  - MIT
77
77
  metadata: {}