foursquare_rails_generators 0.1.2 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,2 +1,6 @@
1
- In 1 minute, get your Rails app with Foursquare running on Herolu
2
- ==========
1
+ In 1 minute, get your Rails app with Foursquare running on Heroku
2
+ ==========
3
+
4
+ For now, only working when you create a new Rails app from scratch.
5
+
6
+ > rails new {YOUR_UNIQUE_APP_NAME} -m https://raw.github.com/gist/4007411/e0580f5e0db6bc91d3e329ecfb8b78580d858865/gistfile1.rb
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'foursquare_rails_generators'
3
- s.version = '0.1.2'
3
+ s.version = '0.1.4'
4
4
  s.date = '2012-10-26'
5
5
  s.summary = "Foursquare Rails Generators"
6
6
  s.description = "Collection of Rails generators for the Foursquare API"
@@ -1,6 +1,8 @@
1
1
  module Foursquare
2
2
  module Generators
3
3
  class AuthenticationGenerator < Rails::Generators::Base
4
+ include Rails::Generators::Migration
5
+
4
6
  source_root File.expand_path("../templates", __FILE__)
5
7
 
6
8
  desc "Adds Foursquare Connect to your app"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foursquare_rails_generators
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: