fb-channel-file 0.0.1 → 0.0.2

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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 824fb4bf5ac5a13c4b1591d1b77fe1fd938713b2
4
+ data.tar.gz: 364f138ea3fb01aef1a2e3c1205c38720fea0fd0
5
+ SHA512:
6
+ metadata.gz: 052e489216c1a7d849556351ec3f08561ec888f8005648773bd55d876ae12a95f41c1cc9ac36e88531cdd241f41bce3a0644dcd44489d6afadbedc08ef65464b
7
+ data.tar.gz: dd42e826dcbb4588e34c0774123fa6234b9857c38bcb2cc514b51cfc7b4b4a97a5f0e4922d18f68f66bac23a541b4ac4e0fda04b58222e53822041f0acdd0a28
@@ -35,7 +35,7 @@ module FbChannelFileEngine
35
35
  class Engine < Rails::Engine
36
36
  initializer "fb-channel-file.configure_router", :before => :add_routing_paths do |app|
37
37
  app.routes.prepend do
38
- match "/channel.html" => FbChannelFileApp
38
+ get "/channel.html" => FbChannelFileApp
39
39
  end
40
40
  end
41
41
  end
@@ -1,3 +1,3 @@
1
1
  module FbChannelFileEngine
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,52 +1,46 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fb-channel-file
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
5
- prerelease:
4
+ version: 0.0.2
6
5
  platform: ruby
7
6
  authors:
8
7
  - Peter Lind
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2012-05-16 00:00:00.000000000 Z
11
+ date: 2013-05-13 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: rails
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - '>='
20
18
  - !ruby/object:Gem::Version
21
19
  version: '3.0'
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ! '>='
24
+ - - '>='
28
25
  - !ruby/object:Gem::Version
29
26
  version: '3.0'
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: rake
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
- - - ! '>='
31
+ - - '>='
36
32
  - !ruby/object:Gem::Version
37
33
  version: '0'
38
34
  type: :development
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
- - - ! '>='
38
+ - - '>='
44
39
  - !ruby/object:Gem::Version
45
40
  version: '0'
46
- description: ! 'Adds a /channel.html route to a Rails app. This fixes a IE7 problem
47
- with the Facebook JS SDK.
48
-
49
- See http://developers.facebook.com/docs/reference/javascript/ and http://stackoverflow.com/questions/2955012/facebook-javascript-sdk-fb-xd-fragment'
41
+ description: |-
42
+ Adds a /channel.html route to a Rails app. This fixes a IE7 problem with the Facebook JS SDK.
43
+ See http://developers.facebook.com/docs/reference/javascript/ and http://stackoverflow.com/questions/2955012/facebook-javascript-sdk-fb-xd-fragment
50
44
  email:
51
45
  - peter@lind.be
52
46
  executables: []
@@ -64,26 +58,25 @@ files:
64
58
  - lib/fb-channel-file/version.rb
65
59
  homepage: https://github.com/peterlind/fb-channel-file
66
60
  licenses: []
61
+ metadata: {}
67
62
  post_install_message:
68
63
  rdoc_options: []
69
64
  require_paths:
70
65
  - lib
71
66
  required_ruby_version: !ruby/object:Gem::Requirement
72
- none: false
73
67
  requirements:
74
- - - ! '>='
68
+ - - '>='
75
69
  - !ruby/object:Gem::Version
76
70
  version: '0'
77
71
  required_rubygems_version: !ruby/object:Gem::Requirement
78
- none: false
79
72
  requirements:
80
- - - ! '>='
73
+ - - '>='
81
74
  - !ruby/object:Gem::Version
82
75
  version: '0'
83
76
  requirements: []
84
77
  rubyforge_project:
85
- rubygems_version: 1.8.24
78
+ rubygems_version: 2.0.3
86
79
  signing_key:
87
- specification_version: 3
80
+ specification_version: 4
88
81
  summary: Adds a /channel.html route to a Rails app.
89
82
  test_files: []