feedbacker 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.
File without changes
File without changes
File without changes
File without changes
@@ -1,3 +1,3 @@
1
1
  module Feedbacker
2
- VERSION = '0.1.4'
2
+ VERSION = '0.1.5'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: feedbacker
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.4
5
+ version: 0.1.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jonathan S. Garvin
@@ -12,7 +12,7 @@ autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
14
 
15
- date: 2012-01-13 00:00:00 -07:00
15
+ date: 2012-01-16 00:00:00 -07:00
16
16
  default_executable:
17
17
  dependencies: []
18
18
 
@@ -30,10 +30,6 @@ files:
30
30
  - MIT-LICENSE
31
31
  - README.md
32
32
  - Rakefile
33
- - app/assets/images/feedback_tab.png
34
- - app/assets/images/feedback_tab_bottom.png
35
- - app/assets/javascripts/feedbacker.js
36
- - app/assets/stylesheets/feedbacker.css.erb
37
33
  - app/controllers/remarks_controller.rb
38
34
  - app/helpers/feedbacker_helper.rb
39
35
  - app/mailers/feedback_mailer.rb
@@ -50,6 +46,10 @@ files:
50
46
  - feedbacker.gemspec
51
47
  - init.rb
52
48
  - install.rb
49
+ - lib/assets/images/feedback_tab.png
50
+ - lib/assets/images/feedback_tab_bottom.png
51
+ - lib/assets/javascripts/feedbacker.js
52
+ - lib/assets/stylesheets/feedbacker.css.erb
53
53
  - lib/feedbacker.rb
54
54
  - lib/feedbacker/remark_methods.rb
55
55
  - lib/feedbacker/remarks_controller_methods.rb