cfer 0.6.1 → 0.6.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b2cc02320c9e7e452e55480aacc75686d558685e
4
- data.tar.gz: 6f8c8b364fe0057639cfde1dca529d3e6d0ebb44
3
+ metadata.gz: 05b80c1775b880a3b92953f25ab31b863ba7ed3b
4
+ data.tar.gz: 3d8c82a4fc20c18d6af7edbe2085d3413e6676ca
5
5
  SHA512:
6
- metadata.gz: 20b9ef5fbecbb968b5d05ec585d331a09cc16a64cbf40751a1aad4e3150a29b60aad3f4212eb0c4b8b93b7ecb1b6a645e26330561fafe5f7ec475bbbc4985b00
7
- data.tar.gz: 289861277660c6153d77c4ae045ac2518cb16e37775fe80ba4bc813c3b0c474b5e19de8478fd4a23da0f26cef7d5c9fd61607b4f568d08701343822d14c8683b
6
+ metadata.gz: 989ac1ceb29703cb5fc3e4cc17c0bfef537fcb29b1bf73cbcecd1376cf6ede2c6950fe08f581649f9a585174c7159781b32eb7a780a63c454195cf747301d998
7
+ data.tar.gz: 7a172c3d7e7ed3bab8d7efc4a3e561fd98cb59d748a3e0df23dde00f3b225d004f2e048d586cb628fde1acb59531ce58a266d6bf60dd2597627e0088bf84f48b
@@ -1,5 +1,14 @@
1
1
  # Cfer Change Log
2
2
 
3
+ ## 0.6.2
4
+ ### Bugfixes
5
+ * Fixes a Cri compatibility issue, which should have gone out in 0.6.1
6
+
7
+ ## 0.6.1
8
+ ### Bugfixes
9
+ * Fixes an issue with version pinning of Docile. Docile 1.3 makes breaking changes, so Cfer now pins Docile 1.1.*
10
+ * Removes Yard version specification. There's no particular need to pin yard to a version, and Github reported security problems with the old version.
11
+
3
12
  ## 0.6.0
4
13
 
5
14
  ### Enhancements
@@ -91,7 +91,7 @@ module Cfer
91
91
  summary 'Follows stack events on standard output as they occur'
92
92
 
93
93
  flag :f, 'follow', 'Follow stack events on standard output while the changes are made.'
94
- optional :n, 'number', 'Prints the last (n) stack events.', type: :number
94
+ option :n, 'number', 'Prints the last (n) stack events.', argument: :optional, transform: method(:Integer)
95
95
 
96
96
  run do |options, args, cmd|
97
97
  Cfer::Cli.fixup_options(options)
@@ -1,5 +1,5 @@
1
1
  module Cfer
2
- VERSION = "0.6.1"
2
+ VERSION = "0.6.2"
3
3
 
4
4
  begin
5
5
  require 'semantic'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cfer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Edwards
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-09 00:00:00.000000000 Z
11
+ date: 2019-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: docile