little_table 1.0.5 → 1.0.6

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: cdbd55eed4e659dfead2a19ca4c5e70e31ac520f
4
- data.tar.gz: ceabaf319db4e6f9657a696b4989fc23fb0b47bf
3
+ metadata.gz: e096e912f22e7d00382edc8f0005a69167c6a0b4
4
+ data.tar.gz: 560bc72f25877e3f75ef125f56c533254f6528eb
5
5
  SHA512:
6
- metadata.gz: 94f935f4128a12623eb0e4ace18a6261322f3a27df961627cfba54c1c694377d4394905674982ffa2fd3e0fa04fc9044c656ae6beaa75c9d0e0f2d2f088c01f1
7
- data.tar.gz: 43b96134891e2668e96ff7dd775d89ed3225a6af456f010a13a38852cbaf2a2909bc6b893a45b869c720c917f9fb6a664a6063cee241662ef6918f7b64e284ae
6
+ metadata.gz: 8da4bbc872b93e51516ffc5371724d97e5434579ad879a0c74b296a15b964e2b2f529364fd0c24d08ff0d0dc73e14ad4e59a50108099e7bd6e5f69f2d6d6c857
7
+ data.tar.gz: 2924dcd6f5405ac0286f20f78500829ea5cc5936b980c47a38566c25d730f9069d55d5d73ba36f10d5b3848adf00a9e34cdc920f991367561424955b2e4faee2
data/lib/little_table.rb CHANGED
@@ -1,6 +1,5 @@
1
1
  require 'active_support/core_ext/object/blank'
2
- require 'active_support/core_ext/string/filters'
3
- require 'active_support/core_ext/string/inflections'
2
+ require 'active_support/core_ext/string'
4
3
 
5
4
  class LittleTable
6
5
 
data/little_table.gemspec CHANGED
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "little_table"
7
- spec.version = "1.0.5"
7
+ spec.version = "1.0.6"
8
8
  spec.authors = ["Jankees van Woezik"]
9
9
  spec.email = ["jankees@base42.nl"]
10
10
  spec.description = %q{Little Tabel converts cucumber like tables to useful objects}
data/spec/app_spec.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # coding: utf-8
2
2
  require 'spec_helper'
3
3
 
4
- describe 'LittleTable' do
4
+ describe LittleTable do
5
5
 
6
6
  context 'with a simple table' do
7
7
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: little_table
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jankees van Woezik