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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/lib/roper/version.rb +1 -1
  4. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6ea211c5f6b2b1316f62193201dc8b10ade9ce06
4
- data.tar.gz: 2a09346a0ee0f965d5f9ff255080205adc7a2f7c
3
+ metadata.gz: 522a31b97b55169301190e5501d4c15fad9c4f6c
4
+ data.tar.gz: 4c396849b42329017dd273697d89b5f63db5d57f
5
5
  SHA512:
6
- metadata.gz: 9fb4bd06eff6100304952e3777e1d6f05e3b4980101332d1ad63edb187b33bfd66f61831312bad854f8ff96cf7382e5c9dcfb2e594d73d63e0fa863aa71935af
7
- data.tar.gz: e5a4b47edf23667b2fe318800a8df836caaef93aa4ff745d2b38e50842eaca02cc564d46e53242b539ba06d625c92c890ec3be6c10f8199ed5ae4537d282bb70
6
+ metadata.gz: 3f08de4f68e87385a8e13dac4215417ef24751bdd786632141bd6652b344ec37793a3bcbd8ed876d9ce489f693f223d30c9bb95a60925d7969db162a669823d5
7
+ data.tar.gz: 6cb59cfba5f94991821e8723d90b911db9ca8267af1b1b3b28c9b3091c81e79c772b100c651e9bfb8004f4e1eaacf286e75b0f2ed93ae13e6ef9a20387349de6
@@ -0,0 +1,4 @@
1
+ # 1.1.0
2
+ Features:
3
+ - Enable configuration via initconfig command.
4
+ - Add new --no-github global flag to disable interacting with GitHub.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Roper
4
- VERSION = "1.1.0.rc1"
4
+ VERSION = "1.1.0"
5
5
  end
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.rc1
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: 1.3.1
316
+ version: '0'
316
317
  requirements: []
317
318
  rubyforge_project:
318
319
  rubygems_version: 2.6.14