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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e676ffd4fa3bf8c45f20cef25b4dc346ff88fe70
4
- data.tar.gz: afb88f7269af59ed52b62714243aa72c6fa8609a
3
+ metadata.gz: 618a4f3152ce353c1d063678020690db5a1c2f8e
4
+ data.tar.gz: 39f2a025c6cdbeff2bd2db422606d854f3167cc5
5
5
  SHA512:
6
- metadata.gz: 3d3774eebdd84843af7c46b2f8e340751e036797a5ebb35932cf1cbe85cf949f928edba93eac73f1bd0aca862e89abbc183c3f71dcb56e0684d51353b47985c0
7
- data.tar.gz: 9918541bbf65233e1ed0e74054357ac1fe8cfada23f221392a7e667fce4d3dc965dbce6c2bd6d142034d416f6835ef64cd31845af3b3c41aaad6e6ccec205606
6
+ metadata.gz: a43c86ecb11c5dcb9dcfafdb15017f72424ff3248fe60f1a20c4811c7afd51975f218b12ef48a4eea1434d15352c00a56bac8cd37bab8799b0cdbc060eec8c22
7
+ data.tar.gz: bd90bc9806a8fab6ea9b58a028ac4c62a8ebec078390f18996550f2dd36985e1a848c2b1eb7c694daa54ec28ba63d1613f8c8a302d12fb22bdd5205eba67f955
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # RakeCoffee
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/rake_coffee`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
3
+ [![Gem](https://img.shields.io/gem/v/rake_coffee.svg)](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 )
@@ -1,3 +1,3 @@
1
1
  module RakeCoffee
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/lib/rake_coffee.rb CHANGED
@@ -14,7 +14,7 @@ module Rake
14
14
  @test_cmd = "mocha"
15
15
  @test_coverage_cmd = "istanbul cover _mocha"
16
16
  @lint_opts = ""
17
- @compile_opts = ""
17
+ @compile_opts = "--bare"
18
18
  yield self if block_given?
19
19
  define
20
20
  end
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.0
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-03-31 00:00:00.000000000 Z
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
@@ -1,3 +0,0 @@
1
- language: ruby
2
- rvm:
3
- - 2.1.5