ProMotion 1.1.0 → 1.1.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 +4 -4
- data/bin/promotion +1 -1
- data/lib/ProMotion/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 59b41b64bfad6802ac125c7250d0080fd7a819ca
|
|
4
|
+
data.tar.gz: 3379626e4f6fced7402b34ad265d0f0a054ec48c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 94cd4a6597dbe2eae7ad376af48c21fc08ffc0be1842150973ee8681038fc9f96d95aef9c9061b21c5c564e84208059997122b3c8f28679c1e95ea95b7c63337
|
|
7
|
+
data.tar.gz: cbc830be60cf768342867fbb3f7b41d132bbe1a877fa37f102d7ab7fa4070852cbd9d2e516a371c5d614cf64e1e6e27e29d6b5a407d18c8885c7abe928be2774
|
data/bin/promotion
CHANGED
|
@@ -31,7 +31,7 @@ class App
|
|
|
31
31
|
def self.create(name)
|
|
32
32
|
return puts "Usage: promotion new <appname>" unless name.to_s.length > 0
|
|
33
33
|
info "Creating new ProMotion iOS app #{name}"
|
|
34
|
-
sh "motion create --template=git
|
|
34
|
+
sh "motion create --template=git://github.com/jamonholmgren/promotion-template.git #{name}"
|
|
35
35
|
end
|
|
36
36
|
|
|
37
37
|
description "Command line for ProMotion."
|
data/lib/ProMotion/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ProMotion
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jamon Holmgren
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2013-12-
|
|
13
|
+
date: 2013-12-23 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: webstub
|
|
@@ -223,7 +223,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
223
223
|
version: '0'
|
|
224
224
|
requirements: []
|
|
225
225
|
rubyforge_project:
|
|
226
|
-
rubygems_version: 2.
|
|
226
|
+
rubygems_version: 2.1.11
|
|
227
227
|
signing_key:
|
|
228
228
|
specification_version: 4
|
|
229
229
|
summary: ProMotion is a new way to organize RubyMotion apps. Instead of dealing with
|