acts_as_ally 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.
- checksums.yaml +4 -4
- data/.gitignore +0 -1
- data/acts_as_ally.gemspec +1 -1
- data/lib/acts_as_ally/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9bfa5ec084f84918ae38a08209c78f9153a68584
|
4
|
+
data.tar.gz: cafda2a00ba3b109a33ce0d23be4e9b027ef38db
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9640391abd649972f1acd66cb5afa82558bae1b2ef645d83b0a5d53c434db43e6b52ca76b7c6ded5ef118954ae39748740f4a46abf44026ebc225b52ac5f9e10
|
7
|
+
data.tar.gz: 2e570feaf949ac00f73039949c94a4f9929488f2f428d0f42fbbfd0bae48d415cbc7de19e7cbcab7e0e66a0108a6da27e695ce6a600de347e1bedfd830ecbcd4
|
data/.gitignore
CHANGED
data/acts_as_ally.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["coraline@idolhands.com"]
|
11
11
|
spec.summary = %q{Allows a Rails model to behave like an ally, maybe.}
|
12
12
|
spec.description = %q{Allows a Rails model to behave like an ally, maybe.}
|
13
|
-
spec.homepage = ""
|
13
|
+
spec.homepage = "https://github.com/Bantik/acts_as_ally"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
data/lib/acts_as_ally/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: acts_as_ally
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bantik
|
@@ -55,7 +55,7 @@ files:
|
|
55
55
|
- acts_as_ally.gemspec
|
56
56
|
- lib/acts_as_ally.rb
|
57
57
|
- lib/acts_as_ally/version.rb
|
58
|
-
homepage:
|
58
|
+
homepage: https://github.com/Bantik/acts_as_ally
|
59
59
|
licenses:
|
60
60
|
- MIT
|
61
61
|
metadata: {}
|