jetfuel 1.19.22 → 1.19.23

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +73 -56
  3. data/lib/jetfuel/version.rb +2 -2
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 799ef0fcb6288943eaacd54259dbe7f006fb9112
4
- data.tar.gz: e3275c9be0041588fa767ff469cbf7b8bf2d683e
3
+ metadata.gz: 286389afb62d10286011444c9937d274f079efab
4
+ data.tar.gz: cc8edb359ebd2b606580b8e3790e43c7b7b7bbcf
5
5
  SHA512:
6
- metadata.gz: c89145bb851e1cb192cadad5e61586886e68f77aa82d4c17f4f61e94ac7166b89a96ccbb3957551c8894eaa992c431c3e1157ae09d736cfcccd98af477ae5a15
7
- data.tar.gz: c0fa9d0a3ad89f251a6c48a4e74acfefed0c845ecfe29c43168ff088763d86e5785e45582cd11d5f203a487e1fadbfab0e2750387b2b868ef2bcff3203122b93
6
+ metadata.gz: 372f1382cc8f799f91644e704bc2879b0be6537ac6d3a8dadc3fdea0e7fc3f13de47a60f5dc1f84d6b5f28e5ed8578c10dc76bfff3f63015bf375151640061a1
7
+ data.tar.gz: 2b5aa915e795ad90d1b1ff2eb790d1eb04787599a92e7db4ef7c21a8273242d1fe13bb44e4a55c7c95f85e1cbeafcef0ef38825ba2a8c38fc734e1085e56de9d
data/Gemfile.lock CHANGED
@@ -1,54 +1,63 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- jetfuel (1.19.22)
4
+ jetfuel (1.19.23)
5
5
  bundler (~> 1.3)
6
- rails (= 4.1.1)
6
+ rails (= 4.2.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actionmailer (4.1.1)
12
- actionpack (= 4.1.1)
13
- actionview (= 4.1.1)
14
- mail (~> 2.5.4)
15
- actionpack (4.1.1)
16
- actionview (= 4.1.1)
17
- activesupport (= 4.1.1)
18
- rack (~> 1.5.2)
11
+ actionmailer (4.2.0)
12
+ actionpack (= 4.2.0)
13
+ actionview (= 4.2.0)
14
+ activejob (= 4.2.0)
15
+ mail (~> 2.5, >= 2.5.4)
16
+ rails-dom-testing (~> 1.0, >= 1.0.5)
17
+ actionpack (4.2.0)
18
+ actionview (= 4.2.0)
19
+ activesupport (= 4.2.0)
20
+ rack (~> 1.6.0)
19
21
  rack-test (~> 0.6.2)
20
- actionview (4.1.1)
21
- activesupport (= 4.1.1)
22
+ rails-dom-testing (~> 1.0, >= 1.0.5)
23
+ rails-html-sanitizer (~> 1.0, >= 1.0.1)
24
+ actionview (4.2.0)
25
+ activesupport (= 4.2.0)
22
26
  builder (~> 3.1)
23
27
  erubis (~> 2.7.0)
24
- activemodel (4.1.1)
25
- activesupport (= 4.1.1)
28
+ rails-dom-testing (~> 1.0, >= 1.0.5)
29
+ rails-html-sanitizer (~> 1.0, >= 1.0.1)
30
+ activejob (4.2.0)
31
+ activesupport (= 4.2.0)
32
+ globalid (>= 0.3.0)
33
+ activemodel (4.2.0)
34
+ activesupport (= 4.2.0)
26
35
  builder (~> 3.1)
27
- activerecord (4.1.1)
28
- activemodel (= 4.1.1)
29
- activesupport (= 4.1.1)
30
- arel (~> 5.0.0)
31
- activesupport (4.1.1)
32
- i18n (~> 0.6, >= 0.6.9)
36
+ activerecord (4.2.0)
37
+ activemodel (= 4.2.0)
38
+ activesupport (= 4.2.0)
39
+ arel (~> 6.0)
40
+ activesupport (4.2.0)
41
+ i18n (~> 0.7)
33
42
  json (~> 1.7, >= 1.7.7)
34
43
  minitest (~> 5.1)
35
- thread_safe (~> 0.1)
44
+ thread_safe (~> 0.3, >= 0.3.4)
36
45
  tzinfo (~> 1.1)
37
- arel (5.0.1.20140414130214)
38
- aruba (0.5.4)
46
+ arel (6.0.0)
47
+ aruba (0.6.2)
39
48
  childprocess (>= 0.3.6)
40
49
  cucumber (>= 1.1.1)
41
50
  rspec-expectations (>= 2.7.0)
42
51
  builder (3.2.2)
43
- capybara (2.3.0)
52
+ capybara (2.4.4)
44
53
  mime-types (>= 1.16)
45
54
  nokogiri (>= 1.3.3)
46
55
  rack (>= 1.0.0)
47
56
  rack-test (>= 0.5.4)
48
57
  xpath (~> 2.0)
49
- childprocess (0.5.3)
58
+ childprocess (0.5.5)
50
59
  ffi (~> 1.0, >= 1.0.11)
51
- cucumber (1.3.15)
60
+ cucumber (1.3.18)
52
61
  builder (>= 2.1.2)
53
62
  diff-lcs (>= 1.1.3)
54
63
  gherkin (~> 2.12)
@@ -56,39 +65,50 @@ GEM
56
65
  multi_test (>= 0.1.1)
57
66
  diff-lcs (1.2.5)
58
67
  erubis (2.7.0)
59
- ffi (1.9.3)
68
+ ffi (1.9.6)
60
69
  gherkin (2.12.2)
61
70
  multi_json (~> 1.3)
71
+ globalid (0.3.0)
72
+ activesupport (>= 4.1.0)
62
73
  hike (1.2.3)
63
74
  i18n (0.7.0)
64
75
  json (1.8.2)
65
- mail (2.5.4)
66
- mime-types (~> 1.16)
67
- treetop (~> 1.4.8)
68
- mime-types (1.25.1)
69
- mini_portile (0.6.0)
76
+ loofah (2.0.1)
77
+ nokogiri (>= 1.5.9)
78
+ mail (2.6.3)
79
+ mime-types (>= 1.16, < 3)
80
+ mime-types (2.4.3)
81
+ mini_portile (0.6.2)
70
82
  minitest (5.5.1)
71
83
  multi_json (1.10.1)
72
84
  multi_test (0.1.1)
73
- nokogiri (1.6.2.1)
74
- mini_portile (= 0.6.0)
75
- polyglot (0.3.5)
76
- rack (1.5.2)
77
- rack-test (0.6.2)
85
+ nokogiri (1.6.5)
86
+ mini_portile (~> 0.6.0)
87
+ rack (1.6.0)
88
+ rack-test (0.6.3)
78
89
  rack (>= 1.0)
79
- rails (4.1.1)
80
- actionmailer (= 4.1.1)
81
- actionpack (= 4.1.1)
82
- actionview (= 4.1.1)
83
- activemodel (= 4.1.1)
84
- activerecord (= 4.1.1)
85
- activesupport (= 4.1.1)
90
+ rails (4.2.0)
91
+ actionmailer (= 4.2.0)
92
+ actionpack (= 4.2.0)
93
+ actionview (= 4.2.0)
94
+ activejob (= 4.2.0)
95
+ activemodel (= 4.2.0)
96
+ activerecord (= 4.2.0)
97
+ activesupport (= 4.2.0)
86
98
  bundler (>= 1.3.0, < 2.0)
87
- railties (= 4.1.1)
88
- sprockets-rails (~> 2.0)
89
- railties (4.1.1)
90
- actionpack (= 4.1.1)
91
- activesupport (= 4.1.1)
99
+ railties (= 4.2.0)
100
+ sprockets-rails
101
+ rails-deprecated_sanitizer (1.0.3)
102
+ activesupport (>= 4.2.0.alpha)
103
+ rails-dom-testing (1.0.5)
104
+ activesupport (>= 4.2.0.beta, < 5.0)
105
+ nokogiri (~> 1.6.0)
106
+ rails-deprecated_sanitizer (>= 1.0.1)
107
+ rails-html-sanitizer (1.0.1)
108
+ loofah (~> 2.0)
109
+ railties (4.2.0)
110
+ actionpack (= 4.2.0)
111
+ activesupport (= 4.2.0)
92
112
  rake (>= 0.8.7)
93
113
  thor (>= 0.18.1, < 2.0)
94
114
  rake (10.4.2)
@@ -96,25 +116,22 @@ GEM
96
116
  rspec-core (~> 2.99.0)
97
117
  rspec-expectations (~> 2.99.0)
98
118
  rspec-mocks (~> 2.99.0)
99
- rspec-core (2.99.0)
100
- rspec-expectations (2.99.0)
119
+ rspec-core (2.99.2)
120
+ rspec-expectations (2.99.2)
101
121
  diff-lcs (>= 1.1.3, < 2.0)
102
- rspec-mocks (2.99.0)
122
+ rspec-mocks (2.99.3)
103
123
  sprockets (2.12.3)
104
124
  hike (~> 1.2)
105
125
  multi_json (~> 1.0)
106
126
  rack (~> 1.0)
107
127
  tilt (~> 1.1, != 1.3.0)
108
- sprockets-rails (2.2.2)
128
+ sprockets-rails (2.2.3)
109
129
  actionpack (>= 3.0)
110
130
  activesupport (>= 3.0)
111
131
  sprockets (>= 2.8, < 4.0)
112
132
  thor (0.19.1)
113
133
  thread_safe (0.3.4)
114
134
  tilt (1.4.1)
115
- treetop (1.4.15)
116
- polyglot
117
- polyglot (>= 0.3.1)
118
135
  tzinfo (1.2.2)
119
136
  thread_safe (~> 0.1)
120
137
  xpath (2.0.0)
@@ -1,5 +1,5 @@
1
1
  module Jetfuel
2
- RAILS_VERSION = '4.1.1'
2
+ RAILS_VERSION = '4.2.0'
3
3
  RUBY_VERSION = IO.read("#{File.dirname(__FILE__)}/../../.ruby-version").strip
4
- VERSION = '1.19.22'
4
+ VERSION = '1.19.23'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jetfuel
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.22
4
+ version: 1.19.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - FlyoverWorks
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-20 00:00:00.000000000 Z
11
+ date: 2015-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 4.1.1
33
+ version: 4.2.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 4.1.1
40
+ version: 4.2.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: aruba
43
43
  requirement: !ruby/object:Gem::Requirement