little_table 1.0.4 → 1.0.5

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: 10cc0d5b112294e33b03dd9e8faa2f8c32f7a3d1
4
- data.tar.gz: 45d370909d13633ed25b5f0633cb2b671e95e22f
3
+ metadata.gz: cdbd55eed4e659dfead2a19ca4c5e70e31ac520f
4
+ data.tar.gz: ceabaf319db4e6f9657a696b4989fc23fb0b47bf
5
5
  SHA512:
6
- metadata.gz: a981dc55a6c8debf9f4219bb758d4611dadfcb888c77c9d13245d5a4cc493a2eea4c0c42538fd9af432b2b998f0d17757b02d9dd404fbb03ed482164e5b39cc6
7
- data.tar.gz: da7b64a619b4a4f6aaeb8d6b804ee81c3743be2341029916eb9f66eaecccc6f7c24c56c0f506cfa20d2694dad02d6a31f47efe14eb9e63c85049bb8e71fb1fbd
6
+ metadata.gz: 94f935f4128a12623eb0e4ace18a6261322f3a27df961627cfba54c1c694377d4394905674982ffa2fd3e0fa04fc9044c656ae6beaa75c9d0e0f2d2f088c01f1
7
+ data.tar.gz: 43b96134891e2668e96ff7dd775d89ed3225a6af456f010a13a38852cbaf2a2909bc6b893a45b869c720c917f9fb6a664a6063cee241662ef6918f7b64e284ae
data/.travis.yml CHANGED
@@ -1,7 +1,5 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 1.8.7
4
- - 1.9.2
5
3
  - 1.9.3
6
4
  - 2.0.0
7
5
 
data/lib/little_table.rb CHANGED
@@ -1,4 +1,6 @@
1
- require 'active_support/core_ext'
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
4
 
3
5
  class LittleTable
4
6
 
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.4"
7
+ spec.version = "1.0.5"
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,3 +1,4 @@
1
+ # coding: utf-8
1
2
  require 'spec_helper'
2
3
 
3
4
  describe 'LittleTable' do
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.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jankees van Woezik