motion-prime 0.5.7 → 0.6.0
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 +8 -8
- data/.gitignore +1 -0
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +1 -1
- data/bin/prime +18 -7
- data/files/Gemfile +1 -1
- data/motion-prime/version.rb +1 -1
- metadata +1 -2
- data/files/Gemfile.lock +0 -73
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZWRhN2JlZjVhMjI4YjI5YzFhNjE2ZWI0NDg3OTk3YmY0M2RlMDFhMQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NDliNzIxYjg0NDhhYWU5MDk5MzdlODJhZDM5NTE1MmE0OGQ1NjQzNQ==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
M2JjZjdkZjE0YWRjMjg5MzdkYzAyMTM2MTYxY2NkMDZiZmI4ODNiZmFjOTZm
|
|
10
|
+
NDFmODM0YzhjNDljNzk3YzA1YjU2ZDU5M2RjY2ViOTUzOTY4ZmNiNDAyNTAx
|
|
11
|
+
MmM0YzM2MGZkNTMxYzQ2ZGEzOWE0YTY3NDYyNDlhZDE4OWY3OWE=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
M2FkMzI4ZjYzZjZkYTNkNDI0ODRjZGNlNTQ0MDZmYjc4MWY1ZmFiY2E1ZWYy
|
|
14
|
+
ZTVmNTQ0NTcxZGQ0YzIxYzU3MTQxOTRjMjk3OGRmYTczMWNhMzlmYzgzMjdj
|
|
15
|
+
NjBiMzgyNzNkNjYyMjkyNWI1YzhkZTIyNmM1YTY0OTU3ZGM0ZWE=
|
data/.gitignore
CHANGED
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
data/bin/prime
CHANGED
|
@@ -27,13 +27,24 @@ class App
|
|
|
27
27
|
def self.create(name)
|
|
28
28
|
return puts "Usage: prime new <appname>" unless name.to_s.length > 0
|
|
29
29
|
info "Creating new MotionPrime iOS app: #{name}"
|
|
30
|
-
sh "motion create #{name} --template=motion-prime"
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
30
|
+
result = sh "motion create #{name} --template=git://github.com/droidlabs/motion-prime.git"
|
|
31
|
+
if result == 0
|
|
32
|
+
info "Command: bundle instal"
|
|
33
|
+
sh "cd ./#{name}; bundle install"
|
|
34
|
+
info "Command: pod setup"
|
|
35
|
+
sh "cd ./#{name}; pod setup"
|
|
36
|
+
info "Command: rake pod:install"
|
|
37
|
+
sh "cd ./#{name}; rake pod:install"
|
|
38
|
+
else
|
|
39
|
+
info "-------------------------------------"
|
|
40
|
+
info "Unable to create RubyMotion template"
|
|
41
|
+
info "Please create template manually"
|
|
42
|
+
info "1. git clone git://github.com/droidlabs/motion-prime.git"
|
|
43
|
+
info "2. cp motion-prime/files #{name}"
|
|
44
|
+
info "3. cd ./#{name}"
|
|
45
|
+
info "4. bundle"
|
|
46
|
+
info "-------------------------------------"
|
|
47
|
+
end
|
|
37
48
|
end
|
|
38
49
|
|
|
39
50
|
description "Command line tools for MotionPrime"
|
data/files/Gemfile
CHANGED
|
@@ -5,7 +5,7 @@ gem 'motion-support', '~> 0.2.4'
|
|
|
5
5
|
gem 'sugarcube', '~> 1.3.7', require: 'sugarcube-classic'
|
|
6
6
|
gem 'bubble-wrap', '~> 1.4.0'
|
|
7
7
|
|
|
8
|
-
gem 'motion-prime', '
|
|
8
|
+
gem 'motion-prime', '0.6.0'
|
|
9
9
|
|
|
10
10
|
# add reside menu for sidebar support
|
|
11
11
|
gem 'prime_reside_menu', '~> 0.1.3'
|
data/motion-prime/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: motion-prime
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Iskander Haziev
|
|
@@ -211,7 +211,6 @@ files:
|
|
|
211
211
|
- doc/docs/screens.html
|
|
212
212
|
- doc/docs/sections.html
|
|
213
213
|
- files/Gemfile
|
|
214
|
-
- files/Gemfile.lock
|
|
215
214
|
- files/Rakefile
|
|
216
215
|
- files/app/app_delegate.rb
|
|
217
216
|
- files/app/config/base.rb
|
data/files/Gemfile.lock
DELETED
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
GEM
|
|
2
|
-
remote: http://rubygems.org/
|
|
3
|
-
specs:
|
|
4
|
-
activesupport (3.2.16)
|
|
5
|
-
i18n (~> 0.6, >= 0.6.4)
|
|
6
|
-
multi_json (~> 1.0)
|
|
7
|
-
bubble-wrap (1.4.0)
|
|
8
|
-
claide (0.4.0)
|
|
9
|
-
cocoapods (0.29.0)
|
|
10
|
-
activesupport (>= 3.2.15, < 4)
|
|
11
|
-
claide (~> 0.4.0)
|
|
12
|
-
cocoapods-core (= 0.29.0)
|
|
13
|
-
cocoapods-downloader (~> 0.3.0)
|
|
14
|
-
cocoapods-try-release-fix (~> 0.1.1)
|
|
15
|
-
colored (~> 1.2)
|
|
16
|
-
escape (~> 0.0.4)
|
|
17
|
-
json_pure (~> 1.8)
|
|
18
|
-
nap (~> 0.5)
|
|
19
|
-
open4 (~> 1.3)
|
|
20
|
-
xcodeproj (~> 0.14.1)
|
|
21
|
-
cocoapods-core (0.29.0)
|
|
22
|
-
activesupport (>= 3.2.15, < 4)
|
|
23
|
-
fuzzy_match (~> 2.0.4)
|
|
24
|
-
json_pure (~> 1.8)
|
|
25
|
-
nap (~> 0.5)
|
|
26
|
-
cocoapods-downloader (0.3.0)
|
|
27
|
-
cocoapods-try-release-fix (0.1.1)
|
|
28
|
-
colored (1.2)
|
|
29
|
-
escape (0.0.4)
|
|
30
|
-
fuzzy_match (2.0.4)
|
|
31
|
-
i18n (0.6.9)
|
|
32
|
-
json_pure (1.8.1)
|
|
33
|
-
methadone (1.3.1)
|
|
34
|
-
bundler
|
|
35
|
-
motion-cocoapods (1.4.0)
|
|
36
|
-
cocoapods (>= 0.26.2)
|
|
37
|
-
motion-prime (0.5.6)
|
|
38
|
-
bubble-wrap
|
|
39
|
-
cocoapods
|
|
40
|
-
methadone
|
|
41
|
-
motion-cocoapods
|
|
42
|
-
motion-require
|
|
43
|
-
motion-support
|
|
44
|
-
rm-digest
|
|
45
|
-
sugarcube
|
|
46
|
-
motion-require (0.0.7)
|
|
47
|
-
motion-support (0.2.6)
|
|
48
|
-
motion-require (>= 0.0.6)
|
|
49
|
-
multi_json (1.8.4)
|
|
50
|
-
nap (0.6.0)
|
|
51
|
-
open4 (1.3.0)
|
|
52
|
-
prime_reside_menu (0.1.3)
|
|
53
|
-
cocoapods
|
|
54
|
-
motion-cocoapods
|
|
55
|
-
motion-require
|
|
56
|
-
rake (10.1.1)
|
|
57
|
-
rm-digest (0.0.2)
|
|
58
|
-
sugarcube (1.3.11)
|
|
59
|
-
xcodeproj (0.14.1)
|
|
60
|
-
activesupport (~> 3.0)
|
|
61
|
-
colored (~> 1.2)
|
|
62
|
-
rake
|
|
63
|
-
|
|
64
|
-
PLATFORMS
|
|
65
|
-
ruby
|
|
66
|
-
|
|
67
|
-
DEPENDENCIES
|
|
68
|
-
bubble-wrap (~> 1.4.0)
|
|
69
|
-
motion-cocoapods (~> 1.4.0)
|
|
70
|
-
motion-prime (~> 0.5.6)
|
|
71
|
-
motion-support (~> 0.2.4)
|
|
72
|
-
prime_reside_menu (~> 0.1.3)
|
|
73
|
-
sugarcube (~> 1.3.7)
|