byndler 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/byndler.gemspec +9 -0
- data/lib/byndler/version.rb +1 -1
- metadata +8 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 79b4c35c7ae6c3d0f3b412356d7df69d95a5b8f7
|
4
|
+
data.tar.gz: d5718e592a4bd27f3ac0f12f969cb49639923deb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e53ab3c1b023a6cc21075be18c75f105e72e7a5c6c467e1982877bdfa5c83572bb4d01ccd17d92c1ebf38b7cb67c00fa798a80807267386340a3c2ee26cdab39
|
7
|
+
data.tar.gz: 1cec4c3f4b23db39733a797ee9e42509f7ee6d09ecb764c34486e5cf9e62cfc043f98dea19d8f3abe4e82d132b1030845f7ed05ad16e22ae6fe348209a6024fa
|
data/README.md
CHANGED
@@ -24,7 +24,7 @@ TODO: Write usage instructions here
|
|
24
24
|
|
25
25
|
## Contributing
|
26
26
|
|
27
|
-
1. Fork it ( https://github.com/
|
27
|
+
1. Fork it ( https://github.com/sue445/byndler/fork )
|
28
28
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
29
29
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
30
30
|
4. Push to the branch (`git push origin my-new-feature`)
|
data/byndler.gemspec
CHANGED
@@ -13,6 +13,15 @@ Gem::Specification.new do |spec|
|
|
13
13
|
spec.homepage = "https://github.com/sue445/byndler"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
16
|
+
spec.post_install_message = <<EOS
|
17
|
+
|
18
|
+
===============================================
|
19
|
+
Would you want to type `gem install bundler`?
|
20
|
+
This is `byndler`!
|
21
|
+
===============================================
|
22
|
+
|
23
|
+
EOS
|
24
|
+
|
16
25
|
spec.files = `git ls-files -z`.split("\x0")
|
17
26
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
18
27
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
data/lib/byndler/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: byndler
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- sue445
|
@@ -57,7 +57,13 @@ homepage: https://github.com/sue445/byndler
|
|
57
57
|
licenses:
|
58
58
|
- MIT
|
59
59
|
metadata: {}
|
60
|
-
post_install_message:
|
60
|
+
post_install_message: |2+
|
61
|
+
|
62
|
+
===============================================
|
63
|
+
Would you want to type `gem install bundler`?
|
64
|
+
This is `byndler`!
|
65
|
+
===============================================
|
66
|
+
|
61
67
|
rdoc_options: []
|
62
68
|
require_paths:
|
63
69
|
- lib
|