berktacular 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0e9bf44e8e3622c324cdbb916bbce9d461a728db
4
- data.tar.gz: 8f91e7f380dfc65035bd5dbf6a68c28eacaafc48
3
+ metadata.gz: 70e729709d3d8304e141465aa2f89fd56716e40d
4
+ data.tar.gz: 93d88a38558bdffc0b98c9f85aaf37956a1a00bf
5
5
  SHA512:
6
- metadata.gz: 986d69b3bb6a32f8cc514d1f8c0ee9f926e9e546c361d8729a568b0416c3b5e274f2ff244e85b1df53281fb494f4f89e1d8f6cae81d6ad320098945910b707d6
7
- data.tar.gz: 5f28e203973aa2ea2e254178a1ab529dde2af03c0a09820bd76a57ac4f69eb1093fb8c4c8525d81671c8f39c3c5eaf5f47411716913e6d4ae2035659c499dab9
6
+ metadata.gz: 6d0a08b6e1ca43380a9ea732e340c60d04be5ec39666df40e5fca5a37cf83231d89394cf6f37f7259375d1126378251b13a5a5b613396712e494a4877249cd18
7
+ data.tar.gz: 80d080b01bca748a6af7c92647d8c1dcb5f491dd09d925b18a755aececc205dbb9b39308e43d13ebded327cc569abaf152901f050e75c71cc9b232837baf1430
@@ -83,7 +83,7 @@ module Berktacular
83
83
  # @param config [Hash] the cookbook_locations hash associated with this cookbook.
84
84
  # @return [String] the config line for this cookbook, everything after the cookbook name.
85
85
  def generate_conf_line(upgrade, config)
86
- ver = (upgrade && @candidates && @candiates.first) || @version_number
86
+ ver = (upgrade && @candidates && @candidates.first) || @version_number
87
87
  line = []
88
88
  if config
89
89
  if config.has_key?('github')
@@ -1,4 +1,4 @@
1
1
  module Berktacular
2
2
  # the gem version.
3
- VERSION = '0.1.4'
3
+ VERSION = '0.1.5'
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: berktacular
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Harvey-Smith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-14 00:00:00.000000000 Z
11
+ date: 2014-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: solve