fbdoorman 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/CHANGELOG.md +6 -1
  2. data/Rakefile +3 -2
  3. data/VERSION +1 -1
  4. data/rails/init.rb +1 -1
  5. metadata +4 -4
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
- 0.2 (07/17/2010)
1
+ 0.2 (07/28/2010)
2
+ ------------------
3
+ * Fixed bug in init.rb to load fbdoorman, not clearance
4
+ * Updated dependencies to install minifb required gems
5
+
6
+ 0.1 (07/17/2010)
2
7
  ------------------
3
8
  * Updated some minor details in the Rakefile
data/Rakefile CHANGED
@@ -18,10 +18,11 @@ Jeweler::Tasks.new do |gem|
18
18
  gem.summary = "Rails authentication with facebook single sign-on OR email & password."
19
19
  gem.description = "Painless user registration and sign-in using Facebook single sign-on with JS. Typical email login still works too."
20
20
  gem.email = "pelaez89@gmail.com"
21
- gem.version = "0.0.1"
21
+ gem.version = "0.0.2"
22
22
  gem.homepage = "http://github.com/davidpelaez/minifb-clearance"
23
23
  gem.authors = ["Fbdoorman: David Pelaez","MiniFB: Appoxy","Clearance: Thoughtbot"]
24
24
  gem.files = FileList["[A-Z]*", "{app,config,generators,lib,shoulda_macros,rails}/**/*"]
25
+ #gem.dependencies = ['hashie','rest-client','json','mini_fb']
25
26
  end
26
27
 
27
- Jeweler::GemcutterTasks.new
28
+ Jeweler::GemcutterTasks.new
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
data/rails/init.rb CHANGED
@@ -1 +1 @@
1
- require 'clearance'
1
+ require 'fbdoorman'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fbdoorman
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - "Fbdoorman: David Pelaez"
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2010-07-27 00:00:00 -05:00
20
+ date: 2010-07-28 00:00:00 -05:00
21
21
  default_executable:
22
22
  dependencies: []
23
23