cocoaseeds 0.8.0 → 0.8.1

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: ca06877ea5f6767a1203ce3df7ce37a116a051e9
4
- data.tar.gz: d40683b4c70cb136050f8398faf01a01d384a317
3
+ metadata.gz: 85e6436942432f25d5c6296d567b467390c41a1f
4
+ data.tar.gz: 2e0f88cb2e36135b6e764fad425eeabf44e59927
5
5
  SHA512:
6
- metadata.gz: 788fe09b09f8b3f1bb886f6549f43e5bc46267c3e07b77fc944c01bcfb4e057b8b75b5cbdc4235f63c93e16e205bca656eeda8d49da1239f6416761a3bd1105a
7
- data.tar.gz: adf64b9030855dfa77c75f38c7e88ff8207f5d8fe7fabd6931fe65843a9bd2f5fd789b411cbf3d1a8b2f9bcb61fd13116ca12daec199fefaa681fa401e17e663
6
+ metadata.gz: 3cd792d9b65dcd4e015f4692565618609057d04d66ff095c7e0e760c664f104f82ce8c67a17069ee545fdfc06fcbdac83b49c10a26bdc5b72a2368c225456a09
7
+ data.tar.gz: 097d37235a57f6b0839e18938b00be92b7709759d6962ea9588e5ae077fc51f39dc1b3b59f330868e767a696ee1a6b23301795e232d5c2df357c0d1e77d368b6
@@ -541,7 +541,7 @@ module Seeds
541
541
 
542
542
  if seed.source_dir
543
543
  full_source_path = File.expand_path(seed.source_dir)
544
- command = "cp -R #{full_source_path}/ #{self.root_path}/Seeds/#{seed.name}"
544
+ command = "cp -R #{full_source_path}/* #{self.root_path}/Seeds/#{seed.name}"
545
545
  output = `#{command}`
546
546
  else
547
547
  raise Seeds::Exception.new\
@@ -1,3 +1,3 @@
1
1
  module Seeds
2
- VERSION = "0.8.0"
2
+ VERSION = "0.8.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoaseeds
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Suyeol Jeon
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-08 00:00:00.000000000 Z
11
+ date: 2016-10-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: xcodeproj
@@ -78,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
78
78
  version: '0'
79
79
  requirements: []
80
80
  rubyforge_project:
81
- rubygems_version: 2.4.5.1
81
+ rubygems_version: 2.5.1
82
82
  signing_key:
83
83
  specification_version: 4
84
84
  summary: Git Submodule Alternative for Cocoa.