ProMotion-formotion 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4937d8ef4a8cfdeea4f1d5fae87bc15b041d9c36
4
- data.tar.gz: a97813a67ef069ab05848c434e165b70cf99c8ce
3
+ metadata.gz: 6bb58c8abcee46a30b24f60317f0fc232440b0c9
4
+ data.tar.gz: 98f4330ab1b923dadb5429a07acb05551f8804df
5
5
  SHA512:
6
- metadata.gz: fc33787ca0604a526c943a87a243eed88766fe4f0b762cb937ff26843c51343efd5085fcdc6bfb8115eff06f7da84024733f1528d69cf1f8982725cc170e7e94
7
- data.tar.gz: 1f3ade815b85e5509f1dcd37dcff211997b0402227e466424b598714ae165e0ede56f9c8ab5d59b2b5f2159a53dc1c4b5c0785846b3854634cc0a97e909ff0eb
6
+ metadata.gz: 88dc24acbec475fe2b38428cc330c4ba485f637734dac5eacb5da3cee34666ab44abbab5e614fa4efb0ff78aa07309a3fdaa9b3eb1cc13d1ffe1e8f8eebaa308
7
+ data.tar.gz: e3dc4b88f7c2b652c7eedccffb74bfdc1d5c4b123f7fe3513ad57303f417a754931ae34cf8f1ba8e423b8ddf2f62755f93ee8f4d4deb2bd842b90c8fb9d218db
data/README.md CHANGED
@@ -10,8 +10,8 @@ Made a gem from the ProMotion formotion example at https://github.com/clearsight
10
10
  Add this gem to your project, in Gemfile `gem 'ProMotion-formotion'`:
11
11
  ```
12
12
  gem "rake"
13
- gem 'ProMotion', :git => 'https://github.com/clearsightstudio/ProMotion.git'
14
- gem 'formotion', :git => 'https://github.com/clayallsopp/formotion.git'
13
+ gem 'ProMotion'
14
+ gem 'formotion'
15
15
  gem 'ProMotion-formotion'
16
16
  ```
17
17
  then `bundle update`.
@@ -5,7 +5,8 @@ module ProMotion
5
5
 
6
6
  def self.new(args = {})
7
7
  s = self.alloc.initWithStyle(UITableViewStyleGrouped)
8
- s.on_create(args) if s.respond_to?(:on_create)
8
+ s.on_create(args) if s.respond_to?(:on_create) # for ProMotion gem v1.2 and earlier
9
+ s.screen_init(args) if s.respond_to?(:screen_init) # for ProMotion gem v2.0 and later
9
10
 
10
11
  if s.respond_to?(:table_data)
11
12
  s.form = s.table_data
@@ -1,5 +1,5 @@
1
1
  module ProMotion
2
2
  module Formotion
3
- VERSION = "0.1.4" unless defined?(ProMotion::Formotion::VERSION)
3
+ VERSION = "0.1.5" unless defined?(ProMotion::Formotion::VERSION)
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ProMotion-formotion
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephan Toggweiler
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-16 00:00:00.000000000 Z
11
+ date: 2014-08-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ProMotion
@@ -92,7 +92,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
92
  version: '0'
93
93
  requirements: []
94
94
  rubyforge_project:
95
- rubygems_version: 2.0.3
95
+ rubygems_version: 2.0.14
96
96
  signing_key:
97
97
  specification_version: 4
98
98
  summary: ProMotion is a new way to organize RubyMotion apps. Instead of dealing with