pick_and_roll 0.9.2 → 0.9.3

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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/pick_and_roll.rb +1 -1
  3. metadata +7 -9
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 526bf9fc9c9a89060026705db3085c87cc8854ac
4
+ data.tar.gz: ae1142696d92f9b31b982e0c2c1e576f9d0076d6
5
+ SHA512:
6
+ metadata.gz: 0a63dff0cea546401950e902ae25a6e047550735f1a81070bd02683abc1d13bed49c8cf31fe197f32b287eeafa81018a2e0d655d3e6644c092d3371cbf10844b
7
+ data.tar.gz: a059aa4acfa94e298f7aee7f36d115e43e80885a274c239a8e7f37ed03b169af449db30569977a1da65967902ba946810b465d77d05cc61f880081387da2a234
data/lib/pick_and_roll.rb CHANGED
@@ -37,7 +37,7 @@ class PickAndRoll
37
37
  file_patterns = get_file_patterns()
38
38
 
39
39
  file_patterns.each {|file_pattern|
40
- Dir.glob("**/#{file_pattern}"){ |file_name|
40
+ Dir.glob("#{file_pattern}"){ |file_name|
41
41
  File.open(file_name,'r'){ |rolling_file|
42
42
  puts "roll file: #{file_name}"
43
43
  content = rolling_file.read()
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pick_and_roll
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.2
5
- prerelease:
4
+ version: 0.9.3
6
5
  platform: ruby
7
6
  authors:
8
7
  - Dima Salakhov
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-08-16 00:00:00.000000000 Z
11
+ date: 2013-08-20 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: Creates customizable configuration files
15
14
  email: to@dimasalakhov.com
@@ -21,26 +20,25 @@ files:
21
20
  homepage: https://rubygems.org/gems/pick_and_roll
22
21
  licenses:
23
22
  - MIT
23
+ metadata: {}
24
24
  post_install_message:
25
25
  rdoc_options: []
26
26
  require_paths:
27
27
  - lib
28
28
  required_ruby_version: !ruby/object:Gem::Requirement
29
- none: false
30
29
  requirements:
31
- - - ! '>='
30
+ - - '>='
32
31
  - !ruby/object:Gem::Version
33
32
  version: '0'
34
33
  required_rubygems_version: !ruby/object:Gem::Requirement
35
- none: false
36
34
  requirements:
37
- - - ! '>='
35
+ - - '>='
38
36
  - !ruby/object:Gem::Version
39
37
  version: '0'
40
38
  requirements: []
41
39
  rubyforge_project:
42
- rubygems_version: 1.8.11
40
+ rubygems_version: 2.0.3
43
41
  signing_key:
44
- specification_version: 3
42
+ specification_version: 4
45
43
  summary: Configuration helper
46
44
  test_files: []