rivendell-import 1.03 → 1.04

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rivendell-import (1.03)
4
+ rivendell-import (1.04)
5
5
  SyslogLogger (~> 2.0)
6
6
  activerecord (~> 3.2.8)
7
7
  activesupport (~> 3.2.8)
@@ -10,6 +10,7 @@ PATH
10
10
  httparty (= 0.11.0)
11
11
  listen (~> 1.3.1)
12
12
  mail
13
+ mime-types (~> 2.4.3)
13
14
  rivendell-api (~> 0.9)
14
15
  rivendell-db (~> 0.3)
15
16
  sinatra
@@ -22,18 +23,18 @@ GEM
22
23
  remote: https://rubygems.org/
23
24
  specs:
24
25
  SyslogLogger (2.0)
25
- activemodel (3.2.21)
26
- activesupport (= 3.2.21)
26
+ activemodel (3.2.22.2)
27
+ activesupport (= 3.2.22.2)
27
28
  builder (~> 3.0.0)
28
- activerecord (3.2.21)
29
- activemodel (= 3.2.21)
30
- activesupport (= 3.2.21)
29
+ activerecord (3.2.22.2)
30
+ activemodel (= 3.2.22.2)
31
+ activesupport (= 3.2.22.2)
31
32
  arel (~> 3.0.2)
32
33
  tzinfo (~> 0.3.29)
33
- activesupport (3.2.21)
34
+ activesupport (3.2.22.2)
34
35
  i18n (~> 0.6, >= 0.6.4)
35
36
  multi_json (~> 1.0)
36
- addressable (2.3.7)
37
+ addressable (2.3.8)
37
38
  arel (3.0.3)
38
39
  bcrypt (3.1.10)
39
40
  bcrypt-ruby (3.1.5)
@@ -134,7 +135,7 @@ GEM
134
135
  coderay (~> 1.1.0)
135
136
  method_source (~> 0.8.1)
136
137
  slop (~> 3.4)
137
- rack (1.6.0)
138
+ rack (1.6.4)
138
139
  rack-protection (1.5.3)
139
140
  rack
140
141
  rake (10.3.2)
@@ -185,7 +186,7 @@ GEM
185
186
  thor (0.19.1)
186
187
  tilt (1.4.1)
187
188
  trollop (2.1.2)
188
- tzinfo (0.3.43)
189
+ tzinfo (0.3.48)
189
190
  uuidtools (2.1.5)
190
191
  will_paginate (3.0.7)
191
192
 
@@ -206,3 +207,6 @@ DEPENDENCIES
206
207
  rspec
207
208
  simplecov
208
209
  simplecov-rcov
210
+
211
+ BUNDLED WITH
212
+ 1.11.2
@@ -1,5 +1,5 @@
1
1
  module Rivendell
2
2
  module Import
3
- VERSION = "1.03"
3
+ VERSION = "1.04"
4
4
  end
5
5
  end
@@ -20,6 +20,7 @@ Gem::Specification.new do |gem|
20
20
  gem.add_runtime_dependency 'httmultiparty'
21
21
  # 0.12.0 requires ruby 1.9.3
22
22
  gem.add_runtime_dependency 'httparty', '0.11.0'
23
+ gem.add_runtime_dependency 'mime-types', '~> 2.4.3'
23
24
  gem.add_runtime_dependency 'rivendell-api', '~> 0.9'
24
25
  gem.add_runtime_dependency 'trollop'
25
26
  gem.add_runtime_dependency 'activerecord', '~> 3.2.8'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rivendell-import
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.03'
4
+ version: '1.04'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-04-14 00:00:00.000000000 Z
12
+ date: 2016-06-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: listen
@@ -59,6 +59,22 @@ dependencies:
59
59
  - - '='
60
60
  - !ruby/object:Gem::Version
61
61
  version: 0.11.0
62
+ - !ruby/object:Gem::Dependency
63
+ name: mime-types
64
+ requirement: !ruby/object:Gem::Requirement
65
+ none: false
66
+ requirements:
67
+ - - ~>
68
+ - !ruby/object:Gem::Version
69
+ version: 2.4.3
70
+ type: :runtime
71
+ prerelease: false
72
+ version_requirements: !ruby/object:Gem::Requirement
73
+ none: false
74
+ requirements:
75
+ - - ~>
76
+ - !ruby/object:Gem::Version
77
+ version: 2.4.3
62
78
  - !ruby/object:Gem::Dependency
63
79
  name: rivendell-api
64
80
  requirement: !ruby/object:Gem::Requirement
@@ -503,7 +519,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
503
519
  version: '0'
504
520
  segments:
505
521
  - 0
506
- hash: 3840553868177619647
522
+ hash: -4433360107460132764
507
523
  required_rubygems_version: !ruby/object:Gem::Requirement
508
524
  none: false
509
525
  requirements:
@@ -512,7 +528,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
512
528
  version: '0'
513
529
  segments:
514
530
  - 0
515
- hash: 3840553868177619647
531
+ hash: -4433360107460132764
516
532
  requirements: []
517
533
  rubyforge_project:
518
534
  rubygems_version: 1.8.23