scripterator 1.4.0.beta1 → 1.4.0

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
  SHA256:
3
- metadata.gz: f3a9bebcb93c93fd3590111a9de9c3b897b91fa72c8d92367324f20421c9a22a
4
- data.tar.gz: e33762149d3e8755f922f3b42b2325bcdba9051468e8ecc02c7bb936ecd36e9b
3
+ metadata.gz: e6b0a2c0390962d5310ff31c294faa74b5d74186c949ed04170c62f0506dc656
4
+ data.tar.gz: 123f12425a1ee3e941b5cdbdff78d8f7bdfcf49d968dc4c006ba21f240931856
5
5
  SHA512:
6
- metadata.gz: 24c110bdc5b6641575155b7a97a73104bdab2b6a509518fbd4546377c5604f90044ecb52a6b5491274770801a7f4321655d5a1649c841c2a9fbe0245ba0f6a82
7
- data.tar.gz: 569ad38184a922e01604b177fcc08b66c518864cbe0d78f3b5b29d043cb1b5eec0db4bd7c491367bafe16b3db4bfb1f2616b710b4296aaa33a69040ba8ac1dd9
6
+ metadata.gz: b90ca2a2ef31b7e112c96d3a9560a0d40f27feae22ccea6e79614387d5527a9f891c630467b66cf14dde73315f0b832d075b680efc3f99edb4709a91ac3baf08
7
+ data.tar.gz: 65f43d3eebeae7b0b5b64fe9e259ac61b6f43984eed5b976e76660ba3fa06d7b1ca567ce3f1b358aa60c305a5334820857ac645ebed52a10d065a2d890053947
data/.travis.yml CHANGED
@@ -3,8 +3,6 @@ rvm:
3
3
  - 2.5.8
4
4
  script: bundle exec rspec
5
5
  gemfile:
6
- - Gemfile-rails-4.2.x
7
6
  - Gemfile-rails-5.0.x
8
7
  - Gemfile-rails-5.1.x
9
8
  - Gemfile-rails-5.2.x
10
-
data/Gemfile CHANGED
@@ -1,2 +1,2 @@
1
- ENV['BUNDLE_GEMFILE'] = File.expand_path('../Gemfile-rails-5.0.x', __FILE__)
1
+ ENV['BUNDLE_GEMFILE'] = File.expand_path('../Gemfile-rails-5.2.x', __FILE__)
2
2
  Bundler.load
@@ -1,3 +1,3 @@
1
1
  module Scripterator
2
- VERSION = '1.4.0.beta1'
2
+ VERSION = '1.4.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scripterator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0.beta1
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ted Dumitrescu
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2021-04-08 00:00:00.000000000 Z
12
+ date: 2021-04-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activerecord
@@ -94,7 +94,6 @@ files:
94
94
  - ".travis.yml"
95
95
  - CHANGELOG.md
96
96
  - Gemfile
97
- - Gemfile-rails-4.2.x
98
97
  - Gemfile-rails-5.0.x
99
98
  - Gemfile-rails-5.1.x
100
99
  - Gemfile-rails-5.2.x
@@ -123,9 +122,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
123
122
  version: '0'
124
123
  required_rubygems_version: !ruby/object:Gem::Requirement
125
124
  requirements:
126
- - - ">"
125
+ - - ">="
127
126
  - !ruby/object:Gem::Version
128
- version: 1.3.1
127
+ version: '0'
129
128
  requirements: []
130
129
  rubygems_version: 3.1.2
131
130
  signing_key:
data/Gemfile-rails-4.2.x DELETED
@@ -1,6 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- gemspec
4
-
5
- gem 'activerecord', '< 5.0'
6
- gem 'sqlite3', '~> 1.3.0'