motion-firebase 1.0.10 → 1.0.11

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -5,6 +5,8 @@ A RubyMotion wrapper for the Firebase SDK.
5
5
 
6
6
  Adds more rubyesque methods to the built-in classes.
7
7
 
8
+ For a Ruby (MRI) Firebase wrapper, check out <https://github.com/derailed/bigbertha>.
9
+
8
10
  Versioning
9
11
  -------
10
12
 
@@ -1,4 +1,8 @@
1
1
  class Firebase
2
+ ERRORS = {
3
+ -9999 => :email_in_use,
4
+ -2 => :wrong_password,
5
+ }
2
6
 
3
7
  def self.convert_event_type(event_type)
4
8
  case event_type
@@ -1,5 +1,5 @@
1
1
  module Motion
2
2
  module Firebase
3
- Version = '1.0.10'
3
+ Version = '1.0.11'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion-firebase
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.10
4
+ version: 1.0.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-08-09 00:00:00.000000000 Z
12
+ date: 2013-08-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec