foursquare_rails_generators 0.1.4 → 0.1.5
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.
- data/README.md +7 -4
- data/foursquare_rails_generators.gemspec +2 -2
- metadata +2 -2
data/README.md
CHANGED
@@ -1,6 +1,9 @@
|
|
1
|
-
In 1 minute, get your Rails app with Foursquare running on Heroku
|
2
|
-
==========
|
1
|
+
In 1 minute, get your Rails app with Foursquare running on Heroku.
|
3
2
|
|
4
|
-
For now, only
|
3
|
+
For now, it's only available when you create a new Rails app from scratch (but if you look at the code, you should be able to make it work for existing apps too).
|
5
4
|
|
6
|
-
|
5
|
+
To create a new app with Foursquare and deploy to Heroku, run:
|
6
|
+
|
7
|
+
> rails new {your-unique-app-name} -m https://raw.github.com/gist/4007411/e0580f5e0db6bc91d3e329ecfb8b78580d858865/gistfile1.rb
|
8
|
+
|
9
|
+
Note: try to make sure {your-unique-app-name} is unique or Heroku won't let you create an app with a name that's already taken.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'foursquare_rails_generators'
|
3
|
-
s.version = '0.1.
|
3
|
+
s.version = '0.1.5'
|
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"
|
@@ -8,5 +8,5 @@ Gem::Specification.new do |s|
|
|
8
8
|
s.email = 'pierre@foursquare.com'
|
9
9
|
s.files = `git ls-files`.split("\n")
|
10
10
|
s.require_paths = ['lib']
|
11
|
-
s.homepage = '
|
11
|
+
s.homepage = 'https://github.com/pierrevalade/foursquare-rails-generators'
|
12
12
|
end
|
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.
|
4
|
+
version: 0.1.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -29,7 +29,7 @@ files:
|
|
29
29
|
- lib/generators/foursquare/authentication/templates/models/foursquare_user.rb
|
30
30
|
- lib/generators/foursquare/push/push_generator.rb
|
31
31
|
- lib/generators/foursquare/push/templates/controllers/checkins_controller.rb
|
32
|
-
homepage:
|
32
|
+
homepage: https://github.com/pierrevalade/foursquare-rails-generators
|
33
33
|
licenses: []
|
34
34
|
post_install_message:
|
35
35
|
rdoc_options: []
|