cook.ie 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/cookie_cutter.gemspec +1 -1
- data/lib/cookie_cutter/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ed3856518f82271863fcea7d43663ea7f0c2630c
|
4
|
+
data.tar.gz: cd4c20eba7c5f6220f2a24861ec6937aae39f7ee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 20d77aa2565d184747d573daf638dc6e00dceb6d756060b95cf0e5d3a7d1b3dec5f8b52749b0c88c1aa7f4d6771e3615ad4bdfb3f9ba7eea940259836b7ec2f2
|
7
|
+
data.tar.gz: 539c0a4f60b8e68e919a5f0f474c8785a1a33c553ec58797830a29cbce455b8e4ea162a98286b4e273ff95e50536bf8e55c556fc379b91b83074c7cc7e065e8a
|
data/README.md
CHANGED
@@ -3,11 +3,11 @@
|
|
3
3
|
[![Build
|
4
4
|
Status](https://travis-ci.org/rsmacapinlac/cook.ie.svg?branch=master)](https://travis-ci.org/rsmacapinlac/cook.ie)
|
5
5
|
|
6
|
-
This gem makes cookies. I mean, if cookies were text files derived from erb templates.
|
6
|
+
This gem makes cookies. I mean, if cookies were text files derived from erb templates. http://www.macapinlac.com/projects/cook-ie
|
7
7
|
|
8
8
|
## Installation
|
9
9
|
|
10
|
-
|
10
|
+
`gem install cook.ie`
|
11
11
|
|
12
12
|
## Setup
|
13
13
|
|
@@ -35,7 +35,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
35
35
|
|
36
36
|
## Contributing
|
37
37
|
|
38
|
-
1. Fork it ( https://github.com/
|
38
|
+
1. Fork it ( https://github.com/rsmacapinlac/cook.ie/fork )
|
39
39
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
40
40
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
41
41
|
4. Push to the branch (`git push origin my-new-feature`)
|
data/cookie_cutter.gemspec
CHANGED
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
|
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
17
|
-
spec.bindir = "
|
17
|
+
spec.bindir = "bin"
|
18
18
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
19
19
|
spec.require_paths = ["lib"]
|
20
20
|
|
metadata
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cook.ie
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ritchie Macapinlac
|
8
8
|
autorequire:
|
9
|
-
bindir:
|
9
|
+
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
date: 2016-02-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|