roper 1.1.0.rc1 → 1.1.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/roper/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 522a31b97b55169301190e5501d4c15fad9c4f6c
|
|
4
|
+
data.tar.gz: 4c396849b42329017dd273697d89b5f63db5d57f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3f08de4f68e87385a8e13dac4215417ef24751bdd786632141bd6652b344ec37793a3bcbd8ed876d9ce489f693f223d30c9bb95a60925d7969db162a669823d5
|
|
7
|
+
data.tar.gz: 6cb59cfba5f94991821e8723d90b911db9ca8267af1b1b3b28c9b3091c81e79c772b100c651e9bfb8004f4e1eaacf286e75b0f2ed93ae13e6ef9a20387349de6
|
data/CHANGELOG.md
ADDED
data/lib/roper/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: roper
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.0
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Kinzer
|
|
@@ -277,6 +277,7 @@ files:
|
|
|
277
277
|
- ".rubocop.yml"
|
|
278
278
|
- ".ruby-version"
|
|
279
279
|
- ".travis.yml"
|
|
280
|
+
- CHANGELOG.md
|
|
280
281
|
- CODE_OF_CONDUCT.md
|
|
281
282
|
- Figure-eight_knot.svg
|
|
282
283
|
- Gemfile
|
|
@@ -310,9 +311,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
310
311
|
version: '0'
|
|
311
312
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
312
313
|
requirements:
|
|
313
|
-
- - "
|
|
314
|
+
- - ">="
|
|
314
315
|
- !ruby/object:Gem::Version
|
|
315
|
-
version:
|
|
316
|
+
version: '0'
|
|
316
317
|
requirements: []
|
|
317
318
|
rubyforge_project:
|
|
318
319
|
rubygems_version: 2.6.14
|