berkshelf 1.1.1 → 1.1.2
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.
- data/CONTRIBUTING.md +14 -1
- data/README.md +2 -0
- data/berkshelf.gemspec +1 -1
- data/lib/berkshelf/cli.rb +1 -1
- data/lib/berkshelf/version.rb +1 -1
- metadata +5 -5
data/CONTRIBUTING.md
CHANGED
|
@@ -1,6 +1,19 @@
|
|
|
1
1
|
# Contributing
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## Developing
|
|
4
|
+
|
|
5
|
+
If you'd like to submit a patch:
|
|
6
|
+
|
|
7
|
+
1. Fork the project.
|
|
8
|
+
2. Make your feature addition or bug fix.
|
|
9
|
+
3. Add [tests](#testing) for it. This is important so that it isn't broken in a
|
|
10
|
+
future version unintentionally.
|
|
11
|
+
4. Commit. **Do not touch any unrelated code, such as the gemspec or version.**
|
|
12
|
+
If you must change unrelated code, do it in a commit by itself, so that it
|
|
13
|
+
can be ignored.
|
|
14
|
+
5. Send a pull request.
|
|
15
|
+
|
|
16
|
+
## Testing
|
|
4
17
|
|
|
5
18
|
### Install prerequisites
|
|
6
19
|
|
data/README.md
CHANGED
|
@@ -20,3 +20,5 @@ See [berkshelf.com](http://berkshelf.com) for up-to-date usage instructions.
|
|
|
20
20
|
* Justin Campbell (<justin@justincampbell.me>)
|
|
21
21
|
|
|
22
22
|
Thank you to all of our [Contributors](https://github.com/RiotGames/berkshelf/graphs/contributors), testers, and users.
|
|
23
|
+
|
|
24
|
+
If you'd like to contribute, please see our [contribution guidelines](https://github.com/RiotGames/berkshelf/blob/master/CONTRIBUTING.md) first.
|
data/berkshelf.gemspec
CHANGED
|
@@ -30,7 +30,7 @@ Gem::Specification.new do |s|
|
|
|
30
30
|
s.add_dependency 'yajl-ruby'
|
|
31
31
|
s.add_dependency 'activesupport'
|
|
32
32
|
s.add_dependency 'chef', '>= 10.16.2'
|
|
33
|
-
s.add_dependency 'ridley', '>= 0.6.
|
|
33
|
+
s.add_dependency 'ridley', '>= 0.6.3'
|
|
34
34
|
s.add_dependency 'chozo', '>= 0.2.3'
|
|
35
35
|
s.add_dependency 'hashie'
|
|
36
36
|
s.add_dependency 'minitar'
|
data/lib/berkshelf/cli.rb
CHANGED
|
@@ -92,7 +92,7 @@ module Berkshelf
|
|
|
92
92
|
Berkshelf.formatter.msg "Config written to: '#{path}'"
|
|
93
93
|
end
|
|
94
94
|
|
|
95
|
-
desc "open NAME", "Opens the source directory of an installed cookbook"
|
|
95
|
+
desc "open NAME", "Opens the source directory of an installed cookbook"
|
|
96
96
|
def open(name)
|
|
97
97
|
editor = [ENV['BERKSHELF_EDITOR'], ENV['VISUAL'], ENV['EDITOR']].find{|e| !e.nil? && !e.empty? }
|
|
98
98
|
raise ArgumentError, "To open a cookbook, set $EDITOR or $BERKSHELF_EDITOR" unless editor
|
data/lib/berkshelf/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: berkshelf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -12,7 +12,7 @@ authors:
|
|
|
12
12
|
autorequire:
|
|
13
13
|
bindir: bin
|
|
14
14
|
cert_chain: []
|
|
15
|
-
date: 2013-01-
|
|
15
|
+
date: 2013-01-10 00:00:00.000000000 Z
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|
|
18
18
|
name: yajl-ruby
|
|
@@ -69,7 +69,7 @@ dependencies:
|
|
|
69
69
|
requirements:
|
|
70
70
|
- - ! '>='
|
|
71
71
|
- !ruby/object:Gem::Version
|
|
72
|
-
version: 0.6.
|
|
72
|
+
version: 0.6.3
|
|
73
73
|
type: :runtime
|
|
74
74
|
prerelease: false
|
|
75
75
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -77,7 +77,7 @@ dependencies:
|
|
|
77
77
|
requirements:
|
|
78
78
|
- - ! '>='
|
|
79
79
|
- !ruby/object:Gem::Version
|
|
80
|
-
version: 0.6.
|
|
80
|
+
version: 0.6.3
|
|
81
81
|
- !ruby/object:Gem::Dependency
|
|
82
82
|
name: chozo
|
|
83
83
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -369,7 +369,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
369
369
|
version: '0'
|
|
370
370
|
segments:
|
|
371
371
|
- 0
|
|
372
|
-
hash:
|
|
372
|
+
hash: 2336116110289571338
|
|
373
373
|
requirements: []
|
|
374
374
|
rubyforge_project:
|
|
375
375
|
rubygems_version: 1.8.24
|