ar_protobuf_store 1.0.1 → 1.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1b848c2f865f9be4c7fbb44e93d8b11382d6d248
4
- data.tar.gz: d8748e034e946ac28fc72863c08d325c65fdc750
3
+ metadata.gz: 70de9dfa448a94df4b03e126f18edd2e2dff7dc7
4
+ data.tar.gz: 96682a89f8542193bb7c8e6b769e520105ded42c
5
5
  SHA512:
6
- metadata.gz: c0345e48136f001ee4fc8fe3257ed2c576b1f838a36705cdcb474da506c85d47204f35153de712c296a863b2f49662cf83b91434b1119de57e767f8b28c33246
7
- data.tar.gz: 577845ea05fea5be4735fc3ee61270429f07d9c9189875ca77de7501030b46f8e1348a4ddbfb9c7d5c7a44d9fc44fd1fac0fd98b9c6e61913aab51786770d6a3
6
+ metadata.gz: 8e233fb4c833616b8399ab6bf87c82709ccba9292268ab1ff333e80e8dbf4659651979a270ebdc30b377505379974e909abb170153787241b5ec6555510e5108
7
+ data.tar.gz: 4a762c71d887e49d0cdf4fb7d0a91a19aef66fe408b70c755dd3236da77f64104df8d8767622eb63229f5bac648b81329d7a6e45be6385ea1655e47e7061f145
data/Appraisals CHANGED
@@ -1,4 +1,4 @@
1
- RAILS_VERSIONS = ["3.2", "4.0.0", "4.1.0", "4.2.0", "4.2.6", "5.0.1"]
1
+ RAILS_VERSIONS = ["3.2", "4.0.0", "4.1.0", "4.2.0", "4.2.6", "5.0.1", "5.1.3"]
2
2
  PROTOBUF_SPECS = [
3
3
  ["protobuf", "~> 3.0"],
4
4
  ["ruby_protobuf", "~> 0.4"]
@@ -1,3 +1,7 @@
1
+ ### 1.0.2 / 2017-11-01
2
+
3
+ * Declare support for Rails 5.1.
4
+
1
5
  ### 1.0.1 / 2016-05-15
2
6
 
3
7
  * Declare support for Rails 5.
@@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
17
17
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
18
18
  gem.require_paths = ["lib"]
19
19
 
20
- gem.add_runtime_dependency "activerecord", ">= 3.0", "< 5.1"
20
+ gem.add_runtime_dependency "activerecord", ">= 3.0", "< 5.2"
21
21
 
22
22
  # Install this by default to make development easier
23
23
  gem.add_development_dependency "ruby-protocol-buffers", "~> 1.5"
@@ -0,0 +1,8 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "~> 5.1.3"
6
+ gem "protobuf", "~> 3.0"
7
+
8
+ gemspec :path => "../"
@@ -0,0 +1,8 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "~> 5.1.3"
6
+ gem "ruby_protobuf", "~> 0.4"
7
+
8
+ gemspec :path => "../"
@@ -1,4 +1,4 @@
1
1
  module ArProtobufStore
2
2
  # ar_protobuf_store version
3
- VERSION = "1.0.1"
3
+ VERSION = "1.0.2"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ar_protobuf_store
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hsiu-Fan Wang
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-27 00:00:00.000000000 Z
11
+ date: 2017-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3.0'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
- version: '5.1'
22
+ version: '5.2'
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3.0'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
- version: '5.1'
32
+ version: '5.2'
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: ruby-protocol-buffers
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -174,6 +174,8 @@ files:
174
174
  - gemfiles/rails4.2.6_ruby_protobuf.gemfile
175
175
  - gemfiles/rails5.0.1_protobuf.gemfile
176
176
  - gemfiles/rails5.0.1_ruby_protobuf.gemfile
177
+ - gemfiles/rails5.1.3_protobuf.gemfile
178
+ - gemfiles/rails5.1.3_ruby_protobuf.gemfile
177
179
  - lib/ar_protobuf_store.rb
178
180
  - lib/ar_protobuf_store/codekitchen_protobuf_parser.rb
179
181
  - lib/ar_protobuf_store/protobuf_parser.rb