dyci 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -18,7 +18,8 @@ module DyCI
18
18
 
19
19
  def install_plugin plugin_name
20
20
  puts "Install #{plugin_name}"
21
- FileUtils.cp_r "lib/plugins/#{plugin_name}.xcplugin", "#{self.plugins_dir}/"
21
+ root_path = File.expand_path "../../../..", __FILE__
22
+ FileUtils.cp_r "#{root_path}/lib/plugins/#{plugin_name}.xcplugin", "#{self.plugins_dir}/"
22
23
  end
23
24
 
24
25
  end
data/lib/dyci/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module DyCI
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,13 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dyci
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
5
- prerelease:
4
+ prerelease: false
6
5
  segments:
7
6
  - 0
8
7
  - 0
9
- - 2
10
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
11
10
  platform: ruby
12
11
  authors:
13
12
  - Alex Denisov
@@ -15,17 +14,16 @@ autorequire:
15
14
  bindir: bin
16
15
  cert_chain: []
17
16
 
18
- date: 2012-11-11 00:00:00 Z
17
+ date: 2012-11-12 00:00:00 +02:00
18
+ default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: dyci-compiler
22
22
  prerelease: false
23
23
  requirement: &id001 !ruby/object:Gem::Requirement
24
- none: false
25
24
  requirements:
26
25
  - - "="
27
26
  - !ruby/object:Gem::Version
28
- hash: 27
29
27
  segments:
30
28
  - 0
31
29
  - 0
@@ -58,6 +56,7 @@ files:
58
56
  - lib/plugins/DyCIFakeClang.xcplugin/Contents/Resources/DyCIFakeClang.xcspec
59
57
  - lib/plugins/DyCIHelper.xcplugin/Contents/Info.plist
60
58
  - lib/plugins/DyCIHelper.xcplugin/Contents/MacOS/SFDCIHelper
59
+ has_rdoc: true
61
60
  homepage: ""
62
61
  licenses: []
63
62
 
@@ -67,27 +66,23 @@ rdoc_options: []
67
66
  require_paths:
68
67
  - lib
69
68
  required_ruby_version: !ruby/object:Gem::Requirement
70
- none: false
71
69
  requirements:
72
70
  - - ">="
73
71
  - !ruby/object:Gem::Version
74
- hash: 3
75
72
  segments:
76
73
  - 0
77
74
  version: "0"
78
75
  required_rubygems_version: !ruby/object:Gem::Requirement
79
- none: false
80
76
  requirements:
81
77
  - - ">="
82
78
  - !ruby/object:Gem::Version
83
- hash: 3
84
79
  segments:
85
80
  - 0
86
81
  version: "0"
87
82
  requirements: []
88
83
 
89
84
  rubyforge_project:
90
- rubygems_version: 1.8.24
85
+ rubygems_version: 1.3.6
91
86
  signing_key:
92
87
  specification_version: 3
93
88
  summary: ": Write a gem summary"