thor_template 0.0.2 → 0.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 45ee5a0e7d83cf5412fc09ae96eb1c6fe291ff2e
4
- data.tar.gz: 4f573144e9c1e7820fd0895579b6c5e28e518a6f
3
+ metadata.gz: b582c86151270627150d40b15550f300df016828
4
+ data.tar.gz: 94b81f59ef629ad69a2b730577638d4337c165aa
5
5
  SHA512:
6
- metadata.gz: b9fac07bf490e3349f41f5daf6a0e02e4045c7f39f8f02b955c525bf30d650782f3976600607af87b7dbef80c616ac838a3a82619a4243865ce23b573b8bdf8d
7
- data.tar.gz: e9ce5115c486b414569e57e44dddb2f3aeb245a5336d68330fdd1037241941d346decbcc81fb30c78ac28c32239f5aa1474e6b38f5bf2ffb90b5c34e663c5688
6
+ metadata.gz: 347b6b0ee19b1741d1a2df7883998c5323a2f9c507a8cd5821a2257b5efa9e7e47a6d86f94c0358624e9a431d949db29be1d867ed2ede45184674c08e65c8558
7
+ data.tar.gz: 6e91b8139f1235ee994507e48a66bbc10990b371944caa1750c2437746a12cfed4c03cf83c10b7dbb6fd54eee2af62dc2a7dbde89ed27827706503b6f6025615
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- thor_template (0.0.1)
4
+ thor_template (0.0.3)
5
5
  aws-sdk
6
6
  colorize
7
7
  hashie
@@ -10,75 +10,78 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- aws-sdk (1.31.3)
13
+ aws-sdk (1.39.0)
14
14
  json (~> 1.4)
15
15
  nokogiri (>= 1.4.4)
16
- uuidtools (~> 2.1)
17
16
  celluloid (0.15.2)
18
17
  timers (~> 1.1.0)
18
+ celluloid-io (0.15.0)
19
+ celluloid (>= 0.15.0)
20
+ nio4r (>= 0.5.0)
19
21
  codeclimate-test-reporter (0.3.0)
20
22
  simplecov (>= 0.7.1, < 1.0.0)
21
23
  coderay (1.1.0)
22
- colorize (0.6.0)
24
+ colorize (0.7.2)
23
25
  diff-lcs (1.2.5)
24
26
  docile (1.1.3)
25
27
  fakeweb (1.3.0)
26
28
  ffi (1.9.3)
27
29
  formatador (0.2.4)
28
- guard (2.2.4)
30
+ guard (2.6.0)
29
31
  formatador (>= 0.2.4)
30
- listen (~> 2.1)
32
+ listen (~> 2.7)
31
33
  lumberjack (~> 1.0)
32
34
  pry (>= 0.9.12)
33
35
  thor (>= 0.18.1)
34
36
  guard-bundler (2.0.0)
35
37
  bundler (~> 1.0)
36
38
  guard (~> 2.2)
37
- guard-rspec (4.0.4)
38
- guard (>= 2.1.1)
39
- rspec (~> 2.14)
40
- hashie (2.0.5)
39
+ guard-rspec (4.2.8)
40
+ guard (~> 2.1)
41
+ rspec (>= 2.14, < 4.0)
42
+ hashie (2.1.1)
41
43
  json (1.8.1)
42
- listen (2.2.0)
44
+ listen (2.7.3)
43
45
  celluloid (>= 0.15.2)
46
+ celluloid-io (>= 0.15.0)
44
47
  rb-fsevent (>= 0.9.3)
45
48
  rb-inotify (>= 0.9)
46
- lumberjack (1.0.4)
49
+ lumberjack (1.0.5)
47
50
  method_source (0.8.2)
48
- mini_portile (0.5.2)
49
- multi_json (1.8.2)
51
+ mini_portile (0.5.3)
52
+ multi_json (1.9.3)
53
+ nio4r (1.0.0)
50
54
  nokogiri (1.6.1)
51
55
  mini_portile (~> 0.5.0)
52
- pry (0.9.12.4)
56
+ pry (0.9.12.6)
53
57
  coderay (~> 1.0)
54
58
  method_source (~> 0.8)
55
59
  slop (~> 3.4)
56
- rake (10.1.0)
57
- rb-fsevent (0.9.3)
58
- rb-inotify (0.9.2)
60
+ rake (10.3.1)
61
+ rb-fsevent (0.9.4)
62
+ rb-inotify (0.9.4)
59
63
  ffi (>= 0.5.0)
60
64
  rspec (2.14.1)
61
65
  rspec-core (~> 2.14.0)
62
66
  rspec-expectations (~> 2.14.0)
63
67
  rspec-mocks (~> 2.14.0)
64
- rspec-core (2.14.7)
65
- rspec-expectations (2.14.4)
68
+ rspec-core (2.14.8)
69
+ rspec-expectations (2.14.5)
66
70
  diff-lcs (>= 1.1.3, < 2.0)
67
- rspec-mocks (2.14.4)
71
+ rspec-mocks (2.14.6)
68
72
  simplecov (0.8.2)
69
73
  docile (~> 1.1.0)
70
74
  multi_json
71
75
  simplecov-html (~> 0.8.0)
72
76
  simplecov-html (0.8.0)
73
- slop (3.4.7)
74
- thor (0.18.1)
77
+ slop (3.5.0)
78
+ thor (0.19.1)
75
79
  thor-vcr (0.0.3)
76
80
  fakeweb
77
81
  multi_json
78
82
  vcr
79
83
  timers (1.1.0)
80
- uuidtools (2.1.4)
81
- vcr (2.8.0)
84
+ vcr (2.9.0)
82
85
 
83
86
  PLATFORMS
84
87
  ruby
@@ -17,7 +17,7 @@ module ThorTemplate
17
17
  def copy
18
18
  project_root = @name
19
19
  source_root = File.expand_path("../../starter_project", __FILE__)
20
- paths = Dir.glob("#{source_root}/**/*").
20
+ paths = Dir.glob("#{source_root}/**/{*,.*}").
21
21
  select {|p| File.file?(p) }
22
22
  paths.each do |src|
23
23
  dest = src.gsub(%r{.*starter_project/},'')
@@ -1,3 +1,3 @@
1
1
  module ThorTemplate
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thor_template
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tung Nguyen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-30 00:00:00.000000000 Z
11
+ date: 2014-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor