motion-blitz 1.1.0 → 1.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b87793cc88510a4a526b473b03dfb5151487bf01
4
- data.tar.gz: cca7c0ed15b3018e0c020fb01cb180c044eebcba
3
+ metadata.gz: 536de48e735c41cb4cd783dbdef887a184a6e883
4
+ data.tar.gz: 7b30154a21e56d82fcdef8827df585d407739fb6
5
5
  SHA512:
6
- metadata.gz: 10eef483a2cc3b6990a140244931439778b70da891a99a3185651bcbf82ecc7d00baa818f18c16161ea1bb99b983af87dc12efa097988936b858c129805ef7fc
7
- data.tar.gz: 9d9585b141d93ece72de11eddba2a1aebf1bbb61d1c8426c4f97eb79563c5aebf0284ad314daf857c81078f3aab3b3dee77c4ba231e488529c3f5bd7d3d5d312
6
+ metadata.gz: fd8d26f6f788bd923ba0b4dba3457d61cef85cda2a7fa12dcedaf7a6a551b30422cd2552dc93206d48b8a5c6ba326b59c361f0436455d4991924011ed0eb4981
7
+ data.tar.gz: 2d7ae6076d111f1aa88d10c37ec1155501bfad05f42887cdcacd269a2baaf887d94ff42ea3a8c3348bc90a0e0308eb03f8f030530b80d1943c36308caadf4c97
data/README.md CHANGED
@@ -20,6 +20,7 @@ Notifier.show(:black)
20
20
  Notifier.show('Hold on!', :gradient)
21
21
 
22
22
  Notifier.loading # 'Loading...'
23
+ Notifier.loading(:black)
23
24
 
24
25
  Notifier.progress(0.5)
25
26
  Notifier.progress(0.8, 'Almost Done!')
@@ -32,8 +32,8 @@ module Motion
32
32
  end
33
33
  end
34
34
 
35
- def loading
36
- show('Loading...')
35
+ def loading(mask = :none)
36
+ show('Loading...', mask)
37
37
  end
38
38
 
39
39
  def dismiss
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion-blitz
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Devon Blandin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-05 00:00:00.000000000 Z
11
+ date: 2014-11-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: motion-cocoapods
@@ -67,7 +67,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  version: '0'
68
68
  requirements: []
69
69
  rubyforge_project:
70
- rubygems_version: 2.3.0
70
+ rubygems_version: 2.2.2
71
71
  signing_key:
72
72
  specification_version: 4
73
73
  summary: RubyMotion wrapper for SVProgressHUD