rake_coffee 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 +1 -9
- data/lib/rake_coffee/version.rb +1 -1
- data/lib/rake_coffee.rb +1 -1
- metadata +2 -3
- data/.travis.yml +0 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 618a4f3152ce353c1d063678020690db5a1c2f8e
|
|
4
|
+
data.tar.gz: 39f2a025c6cdbeff2bd2db422606d854f3167cc5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a43c86ecb11c5dcb9dcfafdb15017f72424ff3248fe60f1a20c4811c7afd51975f218b12ef48a4eea1434d15352c00a56bac8cd37bab8799b0cdbc060eec8c22
|
|
7
|
+
data.tar.gz: bd90bc9806a8fab6ea9b58a028ac4c62a8ebec078390f18996550f2dd36985e1a848c2b1eb7c694daa54ec28ba63d1613f8c8a302d12fb22bdd5205eba67f955
|
data/README.md
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# RakeCoffee
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
TODO: Delete this and the text above, and describe your gem
|
|
3
|
+
[](https://rubygems.org/gems/rake_coffee)
|
|
6
4
|
|
|
7
5
|
## Installation
|
|
8
6
|
|
|
@@ -24,12 +22,6 @@ Or install it yourself as:
|
|
|
24
22
|
|
|
25
23
|
TODO: Write usage instructions here
|
|
26
24
|
|
|
27
|
-
## Development
|
|
28
|
-
|
|
29
|
-
After checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/console` for an interactive prompt that will allow you to experiment.
|
|
30
|
-
|
|
31
|
-
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release` to create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
|
32
|
-
|
|
33
25
|
## Contributing
|
|
34
26
|
|
|
35
27
|
1. Fork it ( https://github.com/[my-github-username]/rake_coffee/fork )
|
data/lib/rake_coffee/version.rb
CHANGED
data/lib/rake_coffee.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rake_coffee
|
|
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
|
- JIANG Di
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-04-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -46,7 +46,6 @@ extensions: []
|
|
|
46
46
|
extra_rdoc_files: []
|
|
47
47
|
files:
|
|
48
48
|
- ".gitignore"
|
|
49
|
-
- ".travis.yml"
|
|
50
49
|
- Gemfile
|
|
51
50
|
- LICENSE
|
|
52
51
|
- README.md
|
data/.travis.yml
DELETED