acts_as_starable 0.1.0 → 0.1.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/acts_as_starable.gemspec +1 -1
- data/lib/acts_as_starable/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: 458a407e50398711e2762bd5c375d2796c530929
|
|
4
|
+
data.tar.gz: f8039b07a418918113e6667b74719a7a5264560c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 66d95dd90cf06d61773303a62fb3c8be887ddc712e8e409e58538cae8e76d3d74292d2a43e5348d6593c42c7a25a17ec2e38d63abe3902b1959a0bc696be8137
|
|
7
|
+
data.tar.gz: 7da6c2084d3e5414480b1be2a10db03071f95cd5d45509b286baca8eb3ce199aba04618b4aec47088a2f29b024333a17c19a8c612187ab7386e6721f76b9d7c4
|
data/acts_as_starable.gemspec
CHANGED
|
@@ -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'
|
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.
|
|
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: []
|