guard-xcode 1.0.1 → 1.0.2
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.
- data/CHANGELOG.md +12 -0
- data/guard-xcode.gemspec +2 -1
- data/lib/guard/xcode/version.rb +1 -1
- metadata +8 -3
data/CHANGELOG.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# CHANGELOG
|
|
2
|
+
|
|
3
|
+
## 1.0.2
|
|
4
|
+
* Fix formatting in `README.md`
|
|
5
|
+
* Add CHANGELOG, and update Gemspec to include it in rdoc
|
|
6
|
+
|
|
7
|
+
## 1.0.1
|
|
8
|
+
* Update `README.md` to note the need to change the default target in the
|
|
9
|
+
`Guardfile` template
|
|
10
|
+
|
|
11
|
+
## 1.0.0
|
|
12
|
+
* Initial release.
|
data/guard-xcode.gemspec
CHANGED
|
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
|
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |s|
|
|
5
5
|
s.name = "guard-xcode"
|
|
6
|
-
s.version = "1.0.
|
|
6
|
+
s.version = "1.0.2"
|
|
7
7
|
|
|
8
8
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
9
9
|
|
|
@@ -19,6 +19,7 @@ Gem::Specification.new do |s|
|
|
|
19
19
|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
|
20
20
|
s.require_paths = ["lib"]
|
|
21
21
|
s.extra_rdoc_files = [
|
|
22
|
+
"CHANGELOG.md",
|
|
22
23
|
"LICENSE.md",
|
|
23
24
|
"README.md"
|
|
24
25
|
]
|
data/lib/guard/xcode/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: guard-xcode
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -13,7 +13,7 @@ date: 2012-03-17 00:00:00.000000000 Z
|
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: guard
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &70332450994880 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,17 +21,19 @@ dependencies:
|
|
|
21
21
|
version: '0'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *70332450994880
|
|
25
25
|
description: Build an Xcode project when source files change.
|
|
26
26
|
email:
|
|
27
27
|
- coder@kyleisom.net
|
|
28
28
|
executables: []
|
|
29
29
|
extensions: []
|
|
30
30
|
extra_rdoc_files:
|
|
31
|
+
- CHANGELOG.md
|
|
31
32
|
- LICENSE.md
|
|
32
33
|
- README.md
|
|
33
34
|
files:
|
|
34
35
|
- .gitignore
|
|
36
|
+
- CHANGELOG.md
|
|
35
37
|
- Gemfile
|
|
36
38
|
- LICENSE.md
|
|
37
39
|
- README.md
|
|
@@ -71,6 +73,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
71
73
|
- - ! '>='
|
|
72
74
|
- !ruby/object:Gem::Version
|
|
73
75
|
version: '0'
|
|
76
|
+
segments:
|
|
77
|
+
- 0
|
|
78
|
+
hash: 2326999837018115205
|
|
74
79
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
80
|
none: false
|
|
76
81
|
requirements:
|