acts_as_ally 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 166b65c746523ac36ab7974ba389ede1de8582b3
4
- data.tar.gz: 634ba9949f578af08f590bffabc03329b9b84e3a
3
+ metadata.gz: 9bfa5ec084f84918ae38a08209c78f9153a68584
4
+ data.tar.gz: cafda2a00ba3b109a33ce0d23be4e9b027ef38db
5
5
  SHA512:
6
- metadata.gz: 99fbdaf2cf7d700d877ff548c9d9b3a25a2d5aebd72152fbafde69f4f6166074d4836fed8d4f4d85fd1ae0e053ec16d046a9b8cb5e3030285dc121772be0c95a
7
- data.tar.gz: 343100b0a4ce84bac38ea8fb5cf10924792a2a6747acae172d38ec8aab03c07d371de03658e3053c6ffb4800bdd3cc710e8227888fe92fba006be543df22a37b
6
+ metadata.gz: 9640391abd649972f1acd66cb5afa82558bae1b2ef645d83b0a5d53c434db43e6b52ca76b7c6ded5ef118954ae39748740f4a46abf44026ebc225b52ac5f9e10
7
+ data.tar.gz: 2e570feaf949ac00f73039949c94a4f9929488f2f428d0f42fbbfd0bae48d415cbc7de19e7cbcab7e0e66a0108a6da27e695ce6a600de347e1bedfd830ecbcd4
data/.gitignore CHANGED
@@ -32,4 +32,3 @@ build/
32
32
 
33
33
  # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
34
34
  .rvmrc
35
- .bundle\n
@@ -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")
@@ -1,3 +1,3 @@
1
1
  module ActsAsAlly
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
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.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: {}