fboauth2 0.1.0 → 0.1.1

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/Fboauth2.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{fboauth2}
8
- s.version = "0.1.0"
8
+ s.version = "0.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Hugo Rincon"]
@@ -34,7 +34,7 @@ Gem::Specification.new do |s|
34
34
  "test/helper.rb",
35
35
  "test/test_Fboauth2.rb"
36
36
  ]
37
- s.homepage = %q{http://github.com/hugoerg56/Fboauth2}
37
+ s.homepage = %q{http://github.com/hugoerg56/fboauth2}
38
38
  s.licenses = ["MIT"]
39
39
  s.require_paths = ["lib"]
40
40
  s.rubygems_version = %q{1.7.2}
data/Rakefile CHANGED
@@ -13,7 +13,7 @@ require 'jeweler'
13
13
  Jeweler::Tasks.new do |gem|
14
14
  # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
15
15
  gem.name = "fboauth2"
16
- gem.homepage = "http://github.com/hugoerg56/Fboauth2"
16
+ gem.homepage = "http://github.com/hugoerg56/fboauth2"
17
17
  gem.license = "MIT"
18
18
  gem.summary = %Q{simple facebook auth}
19
19
  gem.description = %Q{}
@@ -47,7 +47,7 @@ Rake::RDocTask.new do |rdoc|
47
47
  version = File.exist?('VERSION') ? File.read('VERSION') : ""
48
48
 
49
49
  rdoc.rdoc_dir = 'rdoc'
50
- rdoc.title = "Fboauth2 #{version}"
50
+ rdoc.title = "fboauth2"
51
51
  rdoc.rdoc_files.include('README*')
52
52
  rdoc.rdoc_files.include('lib/**/*.rb')
53
53
  end
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
Binary file
data/test/helper.rb CHANGED
@@ -14,7 +14,7 @@ require 'shoulda'
14
14
 
15
15
  $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
16
16
  $LOAD_PATH.unshift(File.dirname(__FILE__))
17
- require 'Fboauth2'
17
+ require 'fboauth2'
18
18
 
19
19
  class Test::Unit::TestCase
20
20
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fboauth2
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Hugo Rincon
@@ -165,7 +165,7 @@ files:
165
165
  - spec/fboauth2_spec.rb
166
166
  - test/helper.rb
167
167
  - test/test_Fboauth2.rb
168
- homepage: http://github.com/hugoerg56/Fboauth2
168
+ homepage: http://github.com/hugoerg56/fboauth2
169
169
  licenses:
170
170
  - MIT
171
171
  post_install_message: