bundle-star 1.0.0 → 1.0.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: a496306bfda864071b36849b830b4d13d5dfb03b
4
- data.tar.gz: 0821eeb46b32cb17813bec43894d76f99ab23e45
3
+ metadata.gz: 1c21e7069ddf987e021973043abe300055a84f13
4
+ data.tar.gz: 39fdd236ff272221de476d404745da6791cf3a57
5
5
  SHA512:
6
- metadata.gz: b6d6a8f866ba36f952df5d06067c48993df48f188861e6dbcca10985c0a4f01fc9602dd4c28c2d6b833281238b23f7f89addb3533177dff7d5c68231528f75d8
7
- data.tar.gz: 43b187c67e1e0f9c05fd94f7b0c358bf4a9a153199eb9870735846566a3441f606589429d68ef9b3656a5f23e4f3e3b7f1ce803900ea74804c85dad32c78a9f0
6
+ metadata.gz: 6b83cc7d88dc370feafd4d6f7adf064dd7bd1baa7b6ff77e017e3e3ef24c5a76f66d1c34557ccf252b8632aa3db72fb777b96b0954e42daf1535fb214dd0a1a8
7
+ data.tar.gz: 5e4c631b89953cac2083b34a922fac9301343274c5c9bf619fb01363cde8d53de643382e9ff5215ad7bf8b3be4aea7f01233c100364cf475f64fdbd557962b7a
data/README.md CHANGED
@@ -1,7 +1,10 @@
1
+ [![Stories in Ready](https://badge.waffle.io/ma2gedev/bundle-star.png?label=ready)](https://waffle.io/ma2gedev/bundle-star)
1
2
  # Bundle-star
2
3
 
3
4
  Bundle-star starred gem's github repository when `bundle-star install`ed
4
5
 
6
+ See Also my slide for M3 TechTalk https://speakerdeck.com/ma2gedev/bundle-star-how-to-appreciate-oss-projects
7
+
5
8
  ## Installation
6
9
 
7
10
  Install it yourself as:
@@ -28,6 +31,31 @@ machine api.github.com
28
31
  $ bundle-star install
29
32
  $ bundle-star update
30
33
 
34
+ ### Example
35
+
36
+ $ echo "source 'https://rubygems.org'" >> Gemfile
37
+ $ echo "gem 'bundle-star'" >> Gemfile
38
+ $ bundle-star install --path vendor/bundle
39
+ Fetching gem metadata from https://rubygems.org/............
40
+ Fetching gem metadata from https://rubygems.org/..
41
+ Resolving dependencies...
42
+ Installing addressable (2.3.5)
43
+ Using bundler (1.4.0.pre.2)
44
+ starred geemus/netrc <------ starred
45
+ Installing netrc (0.7.7)
46
+ starred nicksieger/multipart-post <------ starred
47
+ Installing multipart-post (1.2.0)
48
+ starred lostisland/faraday <------ starred
49
+ Installing faraday (0.8.8)
50
+ starred lostisland/sawyer <------ starred
51
+ Installing sawyer (0.5.1)
52
+ starred octokit/octokit.rb <------ starred
53
+ Installing octokit (2.6.0)
54
+ starred ma2gedev/bundle-star <------ starred
55
+ Installing bundle-star (1.0.0)
56
+ Your bundle is complete!
57
+ It was installed into ./vendor/bundle
58
+
31
59
  ### Pro tip:
32
60
 
33
61
  alias bsi="bundle-star install"
@@ -16,7 +16,7 @@ module Bundler
16
16
  begin
17
17
  client = Octokit::Client.new netrc: true
18
18
  client.star repo
19
- puts "starred #{repo}"
19
+ puts "starred #{repo} (^_^)b"
20
20
  rescue => e
21
21
  puts "failed starring #{repo}, reason #{e}"
22
22
  end
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "bundle-star"
7
- spec.version = "1.0.0"
7
+ spec.version = "1.0.1"
8
8
  spec.authors = ["Takayuki Matsubara"]
9
9
  spec.email = ["takayuki.1229@gmail.com"]
10
10
  spec.description = %q{Star github repositories automatically when you `bundle-star install`ed}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bundle-star
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takayuki Matsubara
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-18 00:00:00.000000000 Z
11
+ date: 2013-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler