letter_opener_web 1.1.0 → 1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 799bb12f47b67c74a0556c3dce79d227c0ef2437
4
- data.tar.gz: 1ec0289dea6fc80c1e795a164b40546983d254a6
3
+ metadata.gz: 26ada71a6fd80681d7272fe6de79d089d34b0464
4
+ data.tar.gz: 526c8509ad5b7ce76453c264b8b436a0f82955dc
5
5
  SHA512:
6
- metadata.gz: ff7f37be4e4f06c7c8a66969bd8a5da10bf5a39a403445f4707f5f4051130b9e4fd5c89b232c989c8128006ace1126c7500def9d3379771c1fdb96976471a037
7
- data.tar.gz: 3cd89498fdf87eccf20765bec6fa16376c918ffa936b0e32b68d02d92c2ffebeb498bbfefc92f5c904a70aa59403ca0c9cecaaaca5e52eee7b718db453b10e71
6
+ metadata.gz: d55ba88a2fed065dd9ba7580221a880a112ebdcd97cf41a9b1cae5a735486c13f040db5f9aafc12bbabf552aa7c3c9a638c79284107439ca00f131cb6c8f7415
7
+ data.tar.gz: 3f76e6581920c07d2d7c40c0d8eb3719a49633158089ad41ea2d9fec0fa3e8f7c86bca1971c9bc48a6352f6284774be6fb968573d2255144d1ae66c699590a9d
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [1.1.1](https://github.com/fgrehm/letter_opener_web/compare/v1.1.0...v1.1.1) (Oct 15, 2013)
2
+
3
+ - Fix deprecation warning on Rails 4 [#17](https://github.com/fgrehm/letter_opener_web/pull/17)
4
+
1
5
  ## [1.1.0](https://github.com/fgrehm/letter_opener_web/compare/v1.0.3...v1.1.0) (Aug 29, 2013)
2
6
 
3
7
  - "Relax" Rails dependency in order to use the gem on 4.0 [#15](https://github.com/fgrehm/letter_opener_web/issues/15)
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- letter_opener_web (1.1.0)
4
+ letter_opener_web (1.1.1)
5
5
  letter_opener (~> 1.0)
6
6
  rails (>= 3.2)
7
7
 
@@ -35,7 +35,7 @@ GEM
35
35
  activesupport (3.2.12)
36
36
  i18n (~> 0.6)
37
37
  multi_json (~> 1.0)
38
- addressable (2.3.4)
38
+ addressable (2.3.5)
39
39
  arel (3.0.2)
40
40
  bourne (1.4.0)
41
41
  mocha (~> 0.13.2)
@@ -70,7 +70,7 @@ GEM
70
70
  json (1.7.7)
71
71
  launchy (2.3.0)
72
72
  addressable (~> 2.3)
73
- letter_opener (1.1.1)
73
+ letter_opener (1.1.2)
74
74
  launchy (~> 2.2)
75
75
  listen (0.7.2)
76
76
  lumberjack (1.0.2)
@@ -6,7 +6,7 @@
6
6
  <i class="icon-refresh"></i>
7
7
  Refresh
8
8
  <% end %>
9
- <%= link_to clear_letters_path, method: 'delete', confirm: 'Are you sure?', class: 'btn btn-danger' do %>
9
+ <%= link_to clear_letters_path, method: 'delete', data: { confirm: 'Are you sure?' }, class: 'btn btn-danger' do %>
10
10
  <i class="icon-trash icon-white"></i>
11
11
  Clear
12
12
  <% end %>
data/demo/.gitignore CHANGED
@@ -1,3 +1,2 @@
1
1
  tmp/
2
2
  log/
3
- Gemfile.lock
data/demo/Gemfile.lock ADDED
@@ -0,0 +1,128 @@
1
+ PATH
2
+ remote: ../
3
+ specs:
4
+ letter_opener_web (1.1.1)
5
+ letter_opener (~> 1.0)
6
+ rails (>= 3.2)
7
+
8
+ GEM
9
+ remote: http://rubygems.org/
10
+ specs:
11
+ actionmailer (3.2.11)
12
+ actionpack (= 3.2.11)
13
+ mail (~> 2.4.4)
14
+ actionmailer_inline_css (1.5.2)
15
+ actionmailer (>= 3.0.0)
16
+ nokogiri (>= 1.4.4)
17
+ premailer (>= 1.7.1)
18
+ actionpack (3.2.11)
19
+ activemodel (= 3.2.11)
20
+ activesupport (= 3.2.11)
21
+ builder (~> 3.0.0)
22
+ erubis (~> 2.7.0)
23
+ journey (~> 1.0.4)
24
+ rack (~> 1.4.0)
25
+ rack-cache (~> 1.2)
26
+ rack-test (~> 0.6.1)
27
+ sprockets (~> 2.2.1)
28
+ activemodel (3.2.11)
29
+ activesupport (= 3.2.11)
30
+ builder (~> 3.0.0)
31
+ activerecord (3.2.11)
32
+ activemodel (= 3.2.11)
33
+ activesupport (= 3.2.11)
34
+ arel (~> 3.0.2)
35
+ tzinfo (~> 0.3.29)
36
+ activeresource (3.2.11)
37
+ activemodel (= 3.2.11)
38
+ activesupport (= 3.2.11)
39
+ activesupport (3.2.11)
40
+ i18n (~> 0.6)
41
+ multi_json (~> 1.0)
42
+ addressable (2.3.2)
43
+ arel (3.0.2)
44
+ builder (3.0.4)
45
+ css_parser (1.2.6)
46
+ addressable
47
+ rdoc
48
+ erubis (2.7.0)
49
+ hike (1.2.1)
50
+ htmlentities (4.3.1)
51
+ i18n (0.6.1)
52
+ journey (1.0.4)
53
+ json (1.7.6)
54
+ kgio (2.7.4)
55
+ launchy (2.3.0)
56
+ addressable (~> 2.3)
57
+ letter_opener (1.1.2)
58
+ launchy (~> 2.2)
59
+ mail (2.4.4)
60
+ i18n (>= 0.4.0)
61
+ mime-types (~> 1.16)
62
+ treetop (~> 1.4.8)
63
+ mime-types (1.19)
64
+ multi_json (1.5.0)
65
+ nokogiri (1.5.6)
66
+ polyglot (0.3.3)
67
+ premailer (1.7.3)
68
+ css_parser (>= 1.1.9)
69
+ htmlentities (>= 4.0.0)
70
+ rack (1.4.4)
71
+ rack-cache (1.2)
72
+ rack (>= 0.4)
73
+ rack-ssl (1.3.2)
74
+ rack
75
+ rack-test (0.6.2)
76
+ rack (>= 1.0)
77
+ rails (3.2.11)
78
+ actionmailer (= 3.2.11)
79
+ actionpack (= 3.2.11)
80
+ activerecord (= 3.2.11)
81
+ activeresource (= 3.2.11)
82
+ activesupport (= 3.2.11)
83
+ bundler (~> 1.0)
84
+ railties (= 3.2.11)
85
+ rails-footnotes (3.7.9)
86
+ rails (>= 3.0.0)
87
+ railties (3.2.11)
88
+ actionpack (= 3.2.11)
89
+ activesupport (= 3.2.11)
90
+ rack-ssl (~> 1.3.2)
91
+ rake (>= 0.8.7)
92
+ rdoc (~> 3.4)
93
+ thor (>= 0.14.6, < 2.0)
94
+ raindrops (0.10.0)
95
+ rake (10.0.3)
96
+ rdoc (3.12)
97
+ json (~> 1.4)
98
+ sprockets (2.2.2)
99
+ hike (~> 1.2)
100
+ multi_json (~> 1.0)
101
+ rack (~> 1.0)
102
+ tilt (~> 1.1, != 1.3.0)
103
+ thor (0.16.0)
104
+ tilt (1.3.3)
105
+ tiny-rails (0.1.1)
106
+ thor (>= 0.14.6, < 2.0)
107
+ treetop (1.4.12)
108
+ polyglot
109
+ polyglot (>= 0.3.1)
110
+ tzinfo (0.3.35)
111
+ unicorn (4.5.0)
112
+ kgio (~> 2.6)
113
+ rack
114
+ raindrops (~> 0.7)
115
+
116
+ PLATFORMS
117
+ ruby
118
+
119
+ DEPENDENCIES
120
+ actionmailer (~> 3.2)
121
+ actionmailer_inline_css
122
+ actionpack (~> 3.2)
123
+ letter_opener_web!
124
+ rails-footnotes
125
+ railties (~> 3.2)
126
+ tiny-rails
127
+ tzinfo
128
+ unicorn
@@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
11
11
  gem.description = %q{Gives letter_opener an interface for browsing sent emails}
12
12
  gem.summary = gem.description
13
13
  gem.homepage = "https://github.com/fgrehm/letter_opener_web"
14
+ gem.license = 'MIT'
14
15
 
15
16
  gem.files = `git ls-files`.split($/)
16
17
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  module LetterOpenerWeb
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
@@ -6,7 +6,9 @@ describe LetterOpenerWeb::LettersController do
6
6
  LetterOpenerWeb::Letter.stub(:search => :all_letters)
7
7
  get :index
8
8
  end
9
- it { should assign_to(:letters).with(:all_letters) }
9
+ it 'should assign all letters to @letters' do
10
+ assigns[:letters].should == :all_letters
11
+ end
10
12
  end
11
13
 
12
14
  describe 'GET show' do
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: letter_opener_web
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fabio Rehm
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-08-30 00:00:00.000000000 Z
11
+ date: 2013-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -107,6 +107,7 @@ files:
107
107
  - config/routes.rb
108
108
  - demo/.gitignore
109
109
  - demo/Gemfile
110
+ - demo/Gemfile.lock
110
111
  - demo/application_controller.rb
111
112
  - demo/boot.rb
112
113
  - demo/config.ru
@@ -135,7 +136,8 @@ files:
135
136
  - vendor/assets/javascripts/jquery_ujs.js
136
137
  - vendor/assets/stylesheets/bootstrap.min.css
137
138
  homepage: https://github.com/fgrehm/letter_opener_web
138
- licenses: []
139
+ licenses:
140
+ - MIT
139
141
  metadata: {}
140
142
  post_install_message:
141
143
  rdoc_options: []
@@ -153,7 +155,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
153
155
  version: '0'
154
156
  requirements: []
155
157
  rubyforge_project:
156
- rubygems_version: 2.0.0
158
+ rubygems_version: 2.1.5
157
159
  signing_key:
158
160
  specification_version: 4
159
161
  summary: Gives letter_opener an interface for browsing sent emails