feed_satisfaction 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/feed_satisfaction/version.rb +1 -1
- metadata +16 -7
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: feed_satisfaction
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,9 +9,19 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2011-
|
13
|
-
|
14
|
-
|
12
|
+
date: 2011-09-13 00:00:00.000000000 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
15
|
+
name: oauth
|
16
|
+
requirement: &70284350 !ruby/object:Gem::Requirement
|
17
|
+
none: false
|
18
|
+
requirements:
|
19
|
+
- - ! '>='
|
20
|
+
- !ruby/object:Gem::Version
|
21
|
+
version: 0.4.0
|
22
|
+
type: :runtime
|
23
|
+
prerelease: false
|
24
|
+
version_requirements: *70284350
|
15
25
|
description: Simple Ruby on Rails engine that allows you to easily add a Get Satisfaction
|
16
26
|
feedback page to your app
|
17
27
|
email: adam@obledesign.com
|
@@ -29,8 +39,7 @@ files:
|
|
29
39
|
- lib/feed_satisfaction/fast_pass.rb
|
30
40
|
- lib/feed_satisfaction.rb
|
31
41
|
- config/routes.rb
|
32
|
-
|
33
|
-
homepage: http://obledesign.com
|
42
|
+
homepage: https://github.com/biola/feed_satisfaction
|
34
43
|
licenses: []
|
35
44
|
post_install_message:
|
36
45
|
rdoc_options: []
|
@@ -50,7 +59,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
50
59
|
version: '0'
|
51
60
|
requirements: []
|
52
61
|
rubyforge_project:
|
53
|
-
rubygems_version: 1.
|
62
|
+
rubygems_version: 1.8.7
|
54
63
|
signing_key:
|
55
64
|
specification_version: 3
|
56
65
|
summary: Get Satisfaction feedback Rails engine
|