phonegap-rails 0.0.1.alpha → 0.0.2.alpha

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,2 @@
1
- require "phonegap-rails/version"
1
+ require 'phonegap_rails'
2
2
 
3
- module Phonegap
4
- module Rails
5
- # Your code goes here...
6
- end
7
- end
@@ -1,5 +1,5 @@
1
1
  module Phonegap
2
2
  module Rails
3
- VERSION = "0.0.1.alpha"
3
+ VERSION = "0.0.2.alpha"
4
4
  end
5
5
  end
@@ -0,0 +1,7 @@
1
+ require 'phonegap/rails/version'
2
+
3
+ module Phonegap
4
+ module Rails
5
+ require "phonegap/rails/railtie" if defined?(Rails)
6
+ end
7
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phonegap-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.alpha
4
+ version: 0.0.2.alpha
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -59,6 +59,7 @@ files:
59
59
  - lib/phonegap/rails/railtie.rb
60
60
  - lib/phonegap/rails/tasks/rails.rake
61
61
  - lib/phonegap/rails/version.rb
62
+ - lib/phonegap_rails.rb
62
63
  - phonegap-rails.gemspec
63
64
  homepage: ''
64
65
  licenses: []