cinder 0.5.2 → 0.5.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.
data/README.md CHANGED
@@ -46,11 +46,7 @@ Installation for Existing Projects
46
46
 
47
47
  If your project doesn't use Bundler (e.g. doesn't have a `Gemfile`) then follow **New Project Quickstart** above.
48
48
 
49
- Add this line to the top of `Gemfile`:
50
-
51
- source 'https://raw.github.com/detroit-labs/erebor/gems/'
52
-
53
- Add this line to the gems portion of `Gemfile`:
49
+ Cinder is available on Rubygems. Add this line to your `Gemfile`:
54
50
 
55
51
  gem 'cinder'
56
52
 
@@ -76,4 +72,4 @@ Cinder is Opinionated
76
72
  release toolchain for native iOS apps
77
73
  * Ruby versions are managed by [rbenv](https://github.com/sstephenson/rbenv)
78
74
  * Automation always wins
79
- * Convention over configuration; when there's more than one way to do it, pick one
75
+ * Convention over configuration; when there's more than one way to do it, pick one
@@ -7,12 +7,18 @@ require 'cinder/version'
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "cinder"
9
9
  s.version = Cinder::VERSION
10
+ s.platform = Gem::Platform::RUBY
10
11
  s.authors = ["Tim Taylor", "Nate West"]
11
12
  s.email = ["tim@detroitlabs.com", "nwest@detroitlabs.com"]
12
- s.description = "Continuous Delivery for iOS Apps"
13
- s.summary = "Cinder"
14
- s.homepage = "https://github.com/detroit-labs/cinder"
13
+ s.summary = "Continuous Delivery for iOS Apps"
14
+ s.homepage = "https://github.com/CinderCI/cinder"
15
15
  s.license = "MIT"
16
+ s.description = <<desc
17
+ Cinder does the heavy lifting for building and distributing
18
+ iOS applications in a continuous integration environment.
19
+ desc
20
+
21
+ s.requirements << 'Xcode Command Line Tools'
16
22
 
17
23
  s.add_dependency "commander", "~> 4.1.3"
18
24
  s.add_dependency "extlib", "~> 0.9.16"
@@ -1,3 +1,3 @@
1
1
  module Cinder
2
- VERSION = "0.5.2"
2
+ VERSION = "0.5.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cinder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-05-13 00:00:00.000000000 Z
13
+ date: 2013-05-14 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: commander
@@ -188,7 +188,8 @@ dependencies:
188
188
  - - ~>
189
189
  - !ruby/object:Gem::Version
190
190
  version: 0.3.2
191
- description: Continuous Delivery for iOS Apps
191
+ description: ! "Cinder does the heavy lifting for building and distributing \niOS
192
+ applications in a continuous integration environment.\n"
192
193
  email:
193
194
  - tim@detroitlabs.com
194
195
  - nwest@detroitlabs.com
@@ -274,7 +275,7 @@ files:
274
275
  - spec/fixtures/workspace-targets-mismatch/Foo.xcworkspace/contents.xcworkspacedata
275
276
  - spec/fixtures/workspace-targets-mismatch/Podfile
276
277
  - spec/spec_helper.rb
277
- homepage: https://github.com/detroit-labs/cinder
278
+ homepage: https://github.com/CinderCI/cinder
278
279
  licenses:
279
280
  - MIT
280
281
  post_install_message:
@@ -293,12 +294,13 @@ required_rubygems_version: !ruby/object:Gem::Requirement
293
294
  - - ! '>='
294
295
  - !ruby/object:Gem::Version
295
296
  version: '0'
296
- requirements: []
297
+ requirements:
298
+ - Xcode Command Line Tools
297
299
  rubyforge_project:
298
300
  rubygems_version: 1.8.23
299
301
  signing_key:
300
302
  specification_version: 3
301
- summary: Cinder
303
+ summary: Continuous Delivery for iOS Apps
302
304
  test_files:
303
305
  - spec/cinder/commands/lint_spec.rb
304
306
  - spec/cinder_spec.rb