jt-rails-tokenizable 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/jt-rails-tokenizable.gemspec +2 -2
- 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: b34b2d6dead2986b9fd125b8f80e9915c31d4509
|
|
4
|
+
data.tar.gz: 05c49cd2b91dfe7f0dfc228312e3d980271f8c64
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a2998e9dcaf9ce5ef1f69206b39937b9f702bf80938d1c2fc52fb02eb69c246c8a9c4e875874d2654e20083910a6f299d0b67c689b44cf9b0067c203fb819570
|
|
7
|
+
data.tar.gz: d8b2fa2cfa9845309616701d3b83f3f99c14e56bc6d360ed054b27ec874cef313ad2d5f28955996a09ab6dd847dd765e9b83357fa11a6a3e15bacb5d0b5b3651
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'jt-rails-tokenizable'
|
|
3
|
-
s.summary = "Token generation in Ruby On Rails"
|
|
3
|
+
s.summary = "Token generation for ActiveRecord models in Ruby On Rails"
|
|
4
4
|
s.description = "Generate tokens for ActiveRecord models in Ruby On Rails"
|
|
5
5
|
s.homepage = 'https://github.com/jonathantribouharet/jt-rails-tokenizable'
|
|
6
|
-
s.version = '1.0.
|
|
6
|
+
s.version = '1.0.1'
|
|
7
7
|
s.files = `git ls-files`.split("\n")
|
|
8
8
|
s.require_paths = ['lib']
|
|
9
9
|
s.authors = ['Jonathan TRIBOUHARET']
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jt-rails-tokenizable
|
|
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
|
- Jonathan TRIBOUHARET
|
|
@@ -45,5 +45,5 @@ rubyforge_project:
|
|
|
45
45
|
rubygems_version: 2.0.14
|
|
46
46
|
signing_key:
|
|
47
47
|
specification_version: 4
|
|
48
|
-
summary: Token generation in Ruby On Rails
|
|
48
|
+
summary: Token generation for ActiveRecord models in Ruby On Rails
|
|
49
49
|
test_files: []
|