nebulous 0.0.5 → 0.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: bf7777af004a3e807166622d2e9cc01beb8b6d04
4
- data.tar.gz: 59ad738d6c9b7ff3a81e9f476d1727f187dd9537
3
+ metadata.gz: e14cebcccb8536b1147e799e622cc72775b44d2d
4
+ data.tar.gz: 6d6344ce3cbc6c84e921226b1ef016c416a64c3e
5
5
  SHA512:
6
- metadata.gz: d9bc42df4140f2965205a2f8ae8379df12e9e18465b80a4264b74952d2ba7b262b4b50d78695bda7dc4a2889bcb4e18c4ef9e3268db7524cfd1cdf2b5ddd8d7a
7
- data.tar.gz: 3bc3793318ea8bc82e0d839c0044a210c6906fe2ac5fe2652b214f9df7532e62d0ff2ccfce34add2ffbf61601219581c5b38a4593952f1db586cf32a70f12c82
6
+ metadata.gz: cd5bfc15767b1afb1e05fc21b01f0f4c3bfb66682141740cbfe58292a35602cb7edc5262edc02e4eaa518f4b8e8f501a3725ab5ffe12738ea169f40b4888461c
7
+ data.tar.gz: 719ffb40dd1ab5bcc32c04d2c73c4a822ec9b8d7e92868e358fdabe6e25c948cb5b1663b4fcb36b32eaa352edf87c8ecd56f183322d9edadc13497e9a1fb12f1
data/.gitignore CHANGED
@@ -1,3 +1,4 @@
1
+ Gemfile.lock
1
2
  *.gem
2
3
  *.rbc
3
4
  /.config
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Nebulous
2
2
 
3
+ [![Build Status](https://travis-ci.org/zachgraves/nebulous.svg)](https://travis-ci.org/zachgraves/nebulous.svg)
4
+
3
5
  Easily read CSV files. Less murderous rage.
4
6
 
5
7
  ## Installation
@@ -0,0 +1 @@
1
+ require 'bundler/gem_tasks'
@@ -1,3 +1,3 @@
1
1
  module Nebulous
2
- VERSION = '0.0.5'.freeze
2
+ VERSION = '0.0.6'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nebulous
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zach Graves
@@ -106,9 +106,9 @@ files:
106
106
  - ".rubocop.yml"
107
107
  - ".travis.yml"
108
108
  - Gemfile
109
- - Gemfile.lock
110
109
  - LICENSE
111
110
  - README.md
111
+ - Rakefile
112
112
  - lib/nebulous.rb
113
113
  - lib/nebulous/chunk.rb
114
114
  - lib/nebulous/delimiter_detector.rb
@@ -1,54 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- nebulous (0.0.4)
5
- activesupport
6
- cocaine (~> 0.5)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- activesupport (4.2.0)
12
- i18n (~> 0.7)
13
- json (~> 1.7, >= 1.7.7)
14
- minitest (~> 5.1)
15
- thread_safe (~> 0.3, >= 0.3.4)
16
- tzinfo (~> 1.1)
17
- byebug (4.0.2)
18
- columnize (= 0.9.0)
19
- climate_control (0.0.3)
20
- activesupport (>= 3.0)
21
- cocaine (0.5.7)
22
- climate_control (>= 0.0.3, < 1.0)
23
- columnize (0.9.0)
24
- diff-lcs (1.2.5)
25
- i18n (0.7.0)
26
- json (1.8.2)
27
- minitest (5.5.1)
28
- rake (10.4.2)
29
- rspec (3.2.0)
30
- rspec-core (~> 3.2.0)
31
- rspec-expectations (~> 3.2.0)
32
- rspec-mocks (~> 3.2.0)
33
- rspec-core (3.2.2)
34
- rspec-support (~> 3.2.0)
35
- rspec-expectations (3.2.0)
36
- diff-lcs (>= 1.2.0, < 2.0)
37
- rspec-support (~> 3.2.0)
38
- rspec-mocks (3.2.1)
39
- diff-lcs (>= 1.2.0, < 2.0)
40
- rspec-support (~> 3.2.0)
41
- rspec-support (3.2.2)
42
- thread_safe (0.3.5)
43
- tzinfo (1.2.2)
44
- thread_safe (~> 0.1)
45
-
46
- PLATFORMS
47
- ruby
48
-
49
- DEPENDENCIES
50
- bundler (~> 1.6)
51
- byebug
52
- nebulous!
53
- rake
54
- rspec