cute_print 1.1.2 → 1.1.3

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: dd097af385252bcba984c26552e810319dddbdf4
4
- data.tar.gz: 78dd85a20adf03577f4650cee631102ff3386e1a
3
+ metadata.gz: 24b47c8347ecb764d0cd5c12da30251441122d85
4
+ data.tar.gz: 9b9bc7e9c787539044eb78dcae2a1ba2d593735c
5
5
  SHA512:
6
- metadata.gz: ef80189d146e8c503276ac547c105d2c8bebf60ab2ae2914c92c0acaf83f6404a8f48461050caa6e594391b05b599c34066ec5a0b4c6b7dbad8e2d3a1ecb7cd4
7
- data.tar.gz: 841e7f7cbf535f034a2255b0f3bcbfa9f738beaea0c632ee23d6a0db67eadceae3756d48fbffe01dd059e558d2e0420eb229cb55eec681d75a60678f31a98f23
6
+ metadata.gz: 338ed6c5d133c5ed29897b94a853fb4b73935fa05f1bd9c81842dba97521fcdb9d2e3cc296078fd801ef7336633ec6f6eeb9158460780251cdb17ad2b34f9730
7
+ data.tar.gz: a976ba7c0d9a20746a16aa55f614e0db534e45dc0520a57a20bc995e172c2a4455671376f6db8775397dfae8b16661af0c51ddb3c7e62717a34c42420de9e3ab
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 1.1.3 - 2016-02-22
2
+
3
+ * Update gems
4
+
1
5
  # 1.1.2 - 2016-01-24
2
6
 
3
7
  * Update gems
data/Gemfile.lock CHANGED
@@ -43,7 +43,7 @@ GEM
43
43
  rake
44
44
  rdoc
45
45
  json (1.8.3)
46
- jwt (1.5.2)
46
+ jwt (1.5.1)
47
47
  mini_portile2 (2.0.0)
48
48
  multi_json (1.11.2)
49
49
  multi_test (0.1.2)
@@ -51,22 +51,22 @@ GEM
51
51
  multipart-post (2.0.0)
52
52
  nokogiri (1.6.7.2)
53
53
  mini_portile2 (~> 2.0.0.rc2)
54
- oauth2 (1.0.0)
54
+ oauth2 (1.1.0)
55
55
  faraday (>= 0.8, < 0.10)
56
- jwt (~> 1.0)
56
+ jwt (~> 1.0, < 1.5.2)
57
57
  multi_json (~> 1.3)
58
58
  multi_xml (~> 0.5)
59
- rack (~> 1.2)
59
+ rack (>= 1.2, < 3)
60
60
  rack (1.6.4)
61
61
  rake (10.5.0)
62
- rdoc (4.2.1)
62
+ rdoc (4.2.2)
63
63
  json (~> 1.4)
64
64
  redcarpet (3.3.4)
65
65
  rspec (3.4.0)
66
66
  rspec-core (~> 3.4.0)
67
67
  rspec-expectations (~> 3.4.0)
68
68
  rspec-mocks (~> 3.4.0)
69
- rspec-core (3.4.1)
69
+ rspec-core (3.4.3)
70
70
  rspec-support (~> 3.4.0)
71
71
  rspec-expectations (3.4.0)
72
72
  diff-lcs (>= 1.2.0, < 2.0)
@@ -78,12 +78,12 @@ GEM
78
78
  diff-lcs (>= 1.2.0, < 2.0)
79
79
  rspec-support (~> 3.4.0)
80
80
  rspec-support (3.4.1)
81
- ruby2ruby (2.2.0)
81
+ ruby2ruby (2.3.0)
82
82
  ruby_parser (~> 3.1)
83
83
  sexp_processor (~> 4.0)
84
- ruby_parser (3.7.3)
84
+ ruby_parser (3.8.1)
85
85
  sexp_processor (~> 4.1)
86
- sexp_processor (4.6.1)
86
+ sexp_processor (4.7.0)
87
87
  sorcerer (1.0.2)
88
88
  thread_safe (0.3.5)
89
89
  yard (0.8.7.6)
@@ -104,4 +104,4 @@ DEPENDENCIES
104
104
  yard (~> 0.8.7)
105
105
 
106
106
  BUNDLED WITH
107
- 1.10.6
107
+ 1.11.2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.2
1
+ 1.1.3
data/cute_print.gemspec CHANGED
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: cute_print 1.1.2 ruby lib
5
+ # stub: cute_print 1.1.3 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "cute_print"
9
- s.version = "1.1.2"
9
+ s.version = "1.1.3"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Wayne Conrad"]
14
- s.date = "2016-01-24"
14
+ s.date = "2016-02-22"
15
15
  s.description = "Write debug output to stderr. Optionally print the source filename and line number, or the source of the debug statement. Easily inspect the middle of a call chain."
16
16
  s.email = "wconrad@yagni.com"
17
17
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cute_print
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wayne Conrad
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-24 00:00:00.000000000 Z
11
+ date: 2016-02-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ruby_parser