cdmbl 0.1.0 → 0.1.1
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 +4 -4
- data/README.md +5 -1
- data/lib/cdmbl/version.rb +1 -1
- data/travis.yml +6 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: de3167703a498c408792f4b974d0e849465ecb13
|
|
4
|
+
data.tar.gz: bd96b38a34c627a5ce1de996cec0d08fb78acd89
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9bcbd0a02690b4c52a104d336cac45a89bdc73f4a6fd434d3b3b3f8de820d454fc9b8fce04b98a50cc5e3af9b0def5a035caab84964164538e4fc1f66d840a4a
|
|
7
|
+
data.tar.gz: ca72cfe2d4d30ff7e9f0d3914d88b08374543b4383ecc83eab7fca2bb0cf65df32b1febeadc24e097ecc074c2c2a1ce80f077408f082857cfe91bad37853aa4d
|
data/README.md
CHANGED
|
@@ -9,13 +9,17 @@ At the moment, CDMBL consists only of a micro [ETL](https://en.wikipedia.org/wik
|
|
|
9
9
|
Add this line to your application's Gemfile:
|
|
10
10
|
|
|
11
11
|
```ruby
|
|
12
|
-
gem 'cdmbl'
|
|
12
|
+
gem 'cdmbl'
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
And then execute:
|
|
16
16
|
|
|
17
17
|
$ bundle
|
|
18
18
|
|
|
19
|
+
Or install it yourself as:
|
|
20
|
+
|
|
21
|
+
$ gem install cdmbl
|
|
22
|
+
|
|
19
23
|
Add the CDMBL rake task to your project Rakefile:
|
|
20
24
|
|
|
21
25
|
```ruby
|
data/lib/cdmbl/version.rb
CHANGED
data/travis.yml
ADDED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cdmbl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- chadfennell
|
|
@@ -226,6 +226,7 @@ files:
|
|
|
226
226
|
- lib/cdmbl/tasks/etl.rake
|
|
227
227
|
- lib/cdmbl/transformer.rb
|
|
228
228
|
- lib/cdmbl/version.rb
|
|
229
|
+
- travis.yml
|
|
229
230
|
homepage:
|
|
230
231
|
licenses:
|
|
231
232
|
- MIT
|