cook.ie 0.1.2 → 0.1.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eee2f3661463449054da34d3e9f9e923756887f1
4
- data.tar.gz: 48294e8d234071e6a9612dec7f086e055a1471f8
3
+ metadata.gz: ed3856518f82271863fcea7d43663ea7f0c2630c
4
+ data.tar.gz: cd4c20eba7c5f6220f2a24861ec6937aae39f7ee
5
5
  SHA512:
6
- metadata.gz: af26ee0983faa3eaa60ab609651f1b44aeee3898ee0f2436878bb9d8f60f0afd18c96ffaec748138615cb870dc328abfdadaa2a3abf8f86202febda88cdf43a3
7
- data.tar.gz: 4b632e8b6ef5259485e255ff6a5d81b4751961aa29d67ce3f48f074bf9493abed1d044985c6de5562e42a9bc19ed7d5d8b4dd74dc4c875109896ff8cc5765a0b
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
- Nooo!!! Don't install it. It's not done!
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/[my-github-username]/cookie_cutter/fork )
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`)
@@ -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 = "exe"
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
 
@@ -1,3 +1,3 @@
1
1
  module CookieCutter
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
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.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ritchie Macapinlac
8
8
  autorequire:
9
- bindir: exe
9
+ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2016-02-11 00:00:00.000000000 Z
12
12
  dependencies: