coffee_table 0.2.12 → 0.2.13

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: fee2e1ac835d575263dd819e6fd16b08ea050767
4
- data.tar.gz: 51f4a70b7b890bc9d84b2249ac0dc3479985c335
3
+ metadata.gz: 1d7331eff9097d4153823ae69c4e0fa3b017e374
4
+ data.tar.gz: c16684103f5038ef6fc8478a0d9e6fc2d6a2aefa
5
5
  SHA512:
6
- metadata.gz: b0cad5dbb073a07ce1a78af5376deb303eb1f7a128c1c2c73d75ea89f589f8515a537fb59cb7c85799ad0b0174744a3a45e1bd0ba1718afb2cce19da3e116b5f
7
- data.tar.gz: 0f9450b337d1c52c8b0f5ea0467d0c414a565be14d021f9a83678d35fdcad06e5561d4656b0f1220aea9403df276c04d5c3ac894d366d03c9744669f50fcc88e
6
+ metadata.gz: 556e0ed42a7a01d0c0fceb1ad947ef2db67b6027ec1574bb7575d7b5057d793bce9706755b721a472b01abb9c6c2cff2076f9760b332118f53ec1ced30e7045a
7
+ data.tar.gz: e3cb8e262065f3dfdf213bc0b30114a50dc7f6eb29519e2167dee77fa5129a18634f6cb2a2ab754635bf0f340a1bf53f53a6b6d22ce07f14bb3590c3d2a9c129
data/Gemfile CHANGED
@@ -2,5 +2,3 @@ source "http://rubygems.org"
2
2
 
3
3
  # Specify your gem's dependencies in coffee_table.gemspec
4
4
  gemspec
5
-
6
- gem "awesome_print"
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- coffee_table (0.2.11)
4
+ coffee_table (0.2.13)
5
5
  activesupport
6
6
  gzip
7
7
  redis
@@ -11,12 +11,11 @@ PATH
11
11
  GEM
12
12
  remote: http://rubygems.org/
13
13
  specs:
14
- activesupport (5.1.4)
14
+ activesupport (5.1.5)
15
15
  concurrent-ruby (~> 1.0, >= 1.0.2)
16
16
  i18n (~> 0.7)
17
17
  minitest (~> 5.1)
18
18
  tzinfo (~> 1.1)
19
- awesome_print (1.1.0)
20
19
  colorize (0.5.8)
21
20
  concurrent-ruby (1.0.5)
22
21
  coveralls (0.6.7)
@@ -29,7 +28,7 @@ GEM
29
28
  file-tail (1.2.0)
30
29
  tins (~> 1.0)
31
30
  gzip (1.0)
32
- i18n (0.9.3)
31
+ i18n (0.9.5)
33
32
  concurrent-ruby (~> 1.0)
34
33
  mime-types (1.23)
35
34
  minitest (5.11.3)
@@ -48,12 +47,12 @@ GEM
48
47
  rspec-expectations (2.14.1)
49
48
  diff-lcs (>= 1.1.3, < 2.0)
50
49
  rspec-mocks (2.14.3)
51
- ruby2ruby (2.4.0)
50
+ ruby2ruby (2.4.1)
52
51
  ruby_parser (~> 3.1)
53
52
  sexp_processor (~> 4.6)
54
- ruby_parser (3.10.1)
53
+ ruby_parser (3.11.0)
55
54
  sexp_processor (~> 4.9)
56
- sexp_processor (4.10.0)
55
+ sexp_processor (4.10.1)
57
56
  simplecov (0.7.1)
58
57
  multi_json (~> 1.0)
59
58
  simplecov-html (~> 0.7.1)
@@ -67,14 +66,13 @@ GEM
67
66
  thor (0.18.1)
68
67
  thread_safe (0.3.6)
69
68
  tins (1.16.3)
70
- tzinfo (1.2.4)
69
+ tzinfo (1.2.5)
71
70
  thread_safe (~> 0.1)
72
71
 
73
72
  PLATFORMS
74
73
  ruby
75
74
 
76
75
  DEPENDENCIES
77
- awesome_print
78
76
  coffee_table!
79
77
  coveralls
80
78
  mock_redis
@@ -1,3 +1,6 @@
1
+ 0.2.13
2
+ - removed awesome_print require
3
+
1
4
  0.2.12
2
5
  - fixing some specs
3
6
 
@@ -9,7 +9,6 @@ require 'redis-namespace'
9
9
  require 'active_support/inflector'
10
10
  require 'digest/md5'
11
11
  require 'gzip'
12
- require 'awesome_print'
13
12
  require 'active_support/hash_with_indifferent_access'
14
13
 
15
14
  module CoffeeTable
@@ -1,3 +1,3 @@
1
1
  module CoffeeTable
2
- VERSION = "0.2.12"
2
+ VERSION = "0.2.13"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coffee_table
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.12
4
+ version: 0.2.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stewart McKee