acts_as_starable 0.1.0 → 0.1.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: f55b16c60ecf748b275e8f95bbaec06d431f528c
4
- data.tar.gz: 09dc24f6972faf8cc15a9b42f870e171e4805e46
3
+ metadata.gz: 458a407e50398711e2762bd5c375d2796c530929
4
+ data.tar.gz: f8039b07a418918113e6667b74719a7a5264560c
5
5
  SHA512:
6
- metadata.gz: 148a073e5dacea55a2de1ac632bfa5fb91c81239f21a1020f941aaf7c36a5e8a3c851297af9a84670a906d7d4938975da2b8d627db67d56287139d32ff226214
7
- data.tar.gz: ac5d75e45dcf06c38f85a3d6aa42d2c409565f29cd21682a1f77b6c7013da6c431e5b996f95c670b532b79117991168c47c021dc22bb0355432a3e2864a26ddb
6
+ metadata.gz: 66d95dd90cf06d61773303a62fb3c8be887ddc712e8e409e58538cae8e76d3d74292d2a43e5348d6593c42c7a25a17ec2e38d63abe3902b1959a0bc696be8137
7
+ data.tar.gz: 7da6c2084d3e5414480b1be2a10db03071f95cd5d45509b286baca8eb3ce199aba04618b4aec47088a2f29b024333a17c19a8c612187ab7386e6721f76b9d7c4
@@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
11
11
  gem.email = ['dom@littlstar.com']
12
12
  gem.homepage = 'https://github.com/littlstar/acts_as_starable'
13
13
  gem.summary = %q{A Rubygem to add staring functionality to ActiveRecord models}
14
- gem.description = %q{acts_as_starable is a gem that allows a model to act as a starer of other models or one that can be starred.)}
14
+ gem.description = %q{acts_as_starable is a gem that allows a model to act as a starer of other models or one that can be starred.}
15
15
  gem.license = 'MIT'
16
16
 
17
17
  gem.rubyforge_project = 'acts_as_starable'
@@ -1,3 +1,3 @@
1
1
  module ActsAsStarable
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acts_as_starable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dominic Giglio
@@ -81,7 +81,7 @@ dependencies:
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
83
  description: acts_as_starable is a gem that allows a model to act as a starer of other
84
- models or one that can be starred.)
84
+ models or one that can be starred.
85
85
  email:
86
86
  - dom@littlstar.com
87
87
  executables: []