action_mailer_auto_url_options 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4f9116fa35c026254314d6e822815ee50e8261be
4
- data.tar.gz: ffd7a963374190575c2b59c8f63370ce0d9d4bd9
3
+ metadata.gz: f062b1907c1b3cab4220f59346760d6a185a90b7
4
+ data.tar.gz: 1a34ff3bd19aa5d6f4bd4df84e7317100f3230c4
5
5
  SHA512:
6
- metadata.gz: d5832f4c3b2c3188750d4d63c919bed90818f7a801f25ab60ac4c10f473d61bb6c01bd3bc910536afcd1862d8edc4d19be91b2c43cde17fd99210b0a6f52c62a
7
- data.tar.gz: d6828c9fa57980a2340d3d7ef907ad72282a2b755143118a5883da217c2359f43efff6f07f171ba6445cb30b01e2c739cb39a368e5a5803efef84ecc80dc48d9
6
+ metadata.gz: 8bfaa1ca1cd9d44059cef9a450d2b50e1aeca6fc8f44c15d8f22e0d2316761378c01fa70e31f5841c9f6f8ae08eb360f1280573bd87e0dace2da56eb7d0bdade
7
+ data.tar.gz: ff68818e193c40d1175f3c6f9bed36701339d3a6409bab41580876a0dcb7548bac0bf1b41a76f8444274cf2cc7e6f3d7958e41cfa804ccaa1be8700f59c011a3
data/README.md CHANGED
@@ -55,3 +55,18 @@ License
55
55
  -------
56
56
 
57
57
  MIT
58
+
59
+ Development
60
+ -----------
61
+
62
+ Clone this project, then install dependencies with:
63
+
64
+ ```sh
65
+ $ bundle
66
+ ```
67
+
68
+ And launch tests with:
69
+
70
+ ```sh
71
+ $ bundle exec rspec
72
+ ```
@@ -1,3 +1,3 @@
1
1
  module ActionMailerAutoUrlOptions
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: action_mailer_auto_url_options
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sunny Ripert
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-02 00:00:00.000000000 Z
11
+ date: 2014-12-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ~>
18
18
  - !ruby/object:Gem::Version
19
- version: 4.1.4
19
+ version: '4.1'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ~>
25
25
  - !ruby/object:Gem::Version
26
- version: 4.1.4
26
+ version: '4.1'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rspec-rails
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -59,14 +59,14 @@ executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
+ - MIT-LICENSE
63
+ - README.md
64
+ - Rakefile
65
+ - lib/action_mailer_auto_url_options.rb
62
66
  - lib/action_mailer_auto_url_options/controller.rb
63
67
  - lib/action_mailer_auto_url_options/engine.rb
64
68
  - lib/action_mailer_auto_url_options/middleware/sidekiq.rb
65
69
  - lib/action_mailer_auto_url_options/version.rb
66
- - lib/action_mailer_auto_url_options.rb
67
- - MIT-LICENSE
68
- - Rakefile
69
- - README.md
70
70
  homepage: http://github.com/sunny/action_mailer_auto_url_options
71
71
  licenses:
72
72
  - MIT
@@ -87,7 +87,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
87
  version: '0'
88
88
  requirements: []
89
89
  rubyforge_project:
90
- rubygems_version: 2.1.11
90
+ rubygems_version: 2.4.5
91
91
  signing_key:
92
92
  specification_version: 4
93
93
  summary: ActionMailer automatic URL options