incline 0.2.35 → 0.2.36

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +45 -42
  3. data/lib/incline/version.rb +1 -1
  4. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dfc907d3e62fa3fc44feebef0fa371db6ad6ada5
4
- data.tar.gz: b4e60f6d459f1744c10e24c44948105c95d5a8f6
3
+ metadata.gz: 472b11ede146a710c68e84a1d1f7415c9bd3becb
4
+ data.tar.gz: b45093691a6c7049bc29ff1e2730253b430a2f89
5
5
  SHA512:
6
- metadata.gz: af1102594b578b4ce7f21fc518ff613ee75afcaed967ac92677c29212f71bf1d04d14b4fa09fe7ddc6f4d995907952a586c97b985e3aac55cceaf869e2854f28
7
- data.tar.gz: d2c4afb31bdbea9ad383851d0b3080a96763ffa8a34fd9acec5b34742b9b2b9b0452e0bcd1b2c04557ec87efc0f2bd99e29963eccb5cf58cd738360f1d16b163
6
+ metadata.gz: a8148581944a9d26bf5a1f15290652f30e87e8cee951731feca79171d6206c71f73464cf8d586c29300135eeeaab55064dbc78c6c076c9e6e1e11c9e3188a01a
7
+ data.tar.gz: 3fb678b5771eec2d9a61df184bf293599ee24e773fe67828d63048f0f17828d0f9915e607481c17ecc84a696d05116616d43634070fea3bc1283b4434b661b28
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- incline (0.2.35)
4
+ incline (0.2.36)
5
5
  ansi (~> 1.5.0)
6
6
  bcrypt
7
7
  bootstrap-sass
@@ -9,7 +9,7 @@ PATH
9
9
  exception_notification (~> 4.2.1)
10
10
  jbuilder
11
11
  jquery-rails
12
- nokogiri
12
+ nokogiri (~> 1.8.1)
13
13
  rails (~> 4.2.8)
14
14
  redcarpet (~> 3.4.0)
15
15
  sass-rails (~> 5.0.6)
@@ -20,38 +20,38 @@ PATH
20
20
  GEM
21
21
  remote: https://rubygems.org/
22
22
  specs:
23
- actionmailer (4.2.9)
24
- actionpack (= 4.2.9)
25
- actionview (= 4.2.9)
26
- activejob (= 4.2.9)
23
+ actionmailer (4.2.10)
24
+ actionpack (= 4.2.10)
25
+ actionview (= 4.2.10)
26
+ activejob (= 4.2.10)
27
27
  mail (~> 2.5, >= 2.5.4)
28
28
  rails-dom-testing (~> 1.0, >= 1.0.5)
29
- actionpack (4.2.9)
30
- actionview (= 4.2.9)
31
- activesupport (= 4.2.9)
29
+ actionpack (4.2.10)
30
+ actionview (= 4.2.10)
31
+ activesupport (= 4.2.10)
32
32
  rack (~> 1.6)
33
33
  rack-test (~> 0.6.2)
34
34
  rails-dom-testing (~> 1.0, >= 1.0.5)
35
35
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
36
- actionview (4.2.9)
37
- activesupport (= 4.2.9)
36
+ actionview (4.2.10)
37
+ activesupport (= 4.2.10)
38
38
  builder (~> 3.1)
39
39
  erubis (~> 2.7.0)
40
40
  rails-dom-testing (~> 1.0, >= 1.0.5)
41
41
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
42
- activejob (4.2.9)
43
- activesupport (= 4.2.9)
42
+ activejob (4.2.10)
43
+ activesupport (= 4.2.10)
44
44
  globalid (>= 0.3.0)
45
- activemodel (4.2.9)
46
- activesupport (= 4.2.9)
45
+ activemodel (4.2.10)
46
+ activesupport (= 4.2.10)
47
47
  builder (~> 3.1)
48
- activerecord (4.2.9)
49
- activemodel (= 4.2.9)
50
- activesupport (= 4.2.9)
48
+ activerecord (4.2.10)
49
+ activemodel (= 4.2.10)
50
+ activesupport (= 4.2.10)
51
51
  arel (~> 6.0)
52
52
  activerecord-sqlserver-adapter (4.2.18)
53
53
  activerecord (~> 4.2.1)
54
- activesupport (4.2.9)
54
+ activesupport (4.2.10)
55
55
  i18n (~> 0.7)
56
56
  minitest (~> 5.1)
57
57
  thread_safe (~> 0.3, >= 0.3.4)
@@ -65,7 +65,7 @@ GEM
65
65
  autoprefixer-rails (>= 5.2.1)
66
66
  sass (>= 3.3.4)
67
67
  builder (3.2.3)
68
- byebug (9.0.6)
68
+ byebug (9.1.0)
69
69
  coffee-rails (4.2.2)
70
70
  coffee-script (>= 2.2.0)
71
71
  railties (>= 4.0.0)
@@ -74,6 +74,7 @@ GEM
74
74
  execjs
75
75
  coffee-script-source (1.12.2)
76
76
  concurrent-ruby (1.0.5)
77
+ crass (1.0.3)
77
78
  debug_inspector (0.0.3)
78
79
  erubis (2.7.0)
79
80
  exception_notification (4.2.2)
@@ -85,7 +86,8 @@ GEM
85
86
  ffi (1.9.18)
86
87
  globalid (0.4.1)
87
88
  activesupport (>= 4.2.0)
88
- i18n (0.8.6)
89
+ i18n (0.9.1)
90
+ concurrent-ruby (~> 1.0)
89
91
  jbuilder (2.7.0)
90
92
  activesupport (>= 4.2.0)
91
93
  multi_json (>= 1.2)
@@ -93,45 +95,46 @@ GEM
93
95
  rails-dom-testing (>= 1, < 3)
94
96
  railties (>= 4.2.0)
95
97
  thor (>= 0.14, < 2.0)
96
- loofah (2.0.3)
98
+ loofah (2.1.1)
99
+ crass (~> 1.0.2)
97
100
  nokogiri (>= 1.5.9)
98
101
  mail (2.7.0)
99
102
  mini_mime (>= 0.1.1)
100
103
  mini_mime (1.0.0)
101
- mini_portile2 (2.2.0)
104
+ mini_portile2 (2.3.0)
102
105
  minitest (5.10.3)
103
106
  multi_json (1.12.2)
104
107
  net-ssh (4.1.0)
105
- nokogiri (1.8.0)
106
- mini_portile2 (~> 2.2.0)
108
+ nokogiri (1.8.1)
109
+ mini_portile2 (~> 2.3.0)
107
110
  rack (1.6.8)
108
111
  rack-test (0.6.3)
109
112
  rack (>= 1.0)
110
- rails (4.2.9)
111
- actionmailer (= 4.2.9)
112
- actionpack (= 4.2.9)
113
- actionview (= 4.2.9)
114
- activejob (= 4.2.9)
115
- activemodel (= 4.2.9)
116
- activerecord (= 4.2.9)
117
- activesupport (= 4.2.9)
113
+ rails (4.2.10)
114
+ actionmailer (= 4.2.10)
115
+ actionpack (= 4.2.10)
116
+ actionview (= 4.2.10)
117
+ activejob (= 4.2.10)
118
+ activemodel (= 4.2.10)
119
+ activerecord (= 4.2.10)
120
+ activesupport (= 4.2.10)
118
121
  bundler (>= 1.3.0, < 2.0)
119
- railties (= 4.2.9)
122
+ railties (= 4.2.10)
120
123
  sprockets-rails
121
124
  rails-deprecated_sanitizer (1.0.3)
122
125
  activesupport (>= 4.2.0.alpha)
123
- rails-dom-testing (1.0.8)
124
- activesupport (>= 4.2.0.beta, < 5.0)
126
+ rails-dom-testing (1.0.9)
127
+ activesupport (>= 4.2.0, < 5.0)
125
128
  nokogiri (~> 1.6)
126
129
  rails-deprecated_sanitizer (>= 1.0.1)
127
130
  rails-html-sanitizer (1.0.3)
128
131
  loofah (~> 2.0)
129
- railties (4.2.9)
130
- actionpack (= 4.2.9)
131
- activesupport (= 4.2.9)
132
+ railties (4.2.10)
133
+ actionpack (= 4.2.10)
134
+ activesupport (= 4.2.10)
132
135
  rake (>= 0.8.7)
133
136
  thor (>= 0.18.1, < 2.0)
134
- rake (12.0.0)
137
+ rake (12.3.0)
135
138
  rb-fsevent (0.10.2)
136
139
  rb-inotify (0.9.10)
137
140
  ffi (>= 0.5.0, < 2)
@@ -161,12 +164,12 @@ GEM
161
164
  activesupport (>= 4.0)
162
165
  sprockets (>= 3.0.0)
163
166
  sqlite3 (1.3.13)
164
- thor (0.19.4)
167
+ thor (0.20.0)
165
168
  thread_safe (0.3.6)
166
169
  tilt (2.0.8)
167
170
  tiny_tds (1.3.0)
168
171
  mini_portile2 (~> 2.0)
169
- tzinfo (1.2.3)
172
+ tzinfo (1.2.4)
170
173
  thread_safe (~> 0.1)
171
174
  uglifier (4.0.2)
172
175
  execjs (>= 0.3.0, < 3)
@@ -1,3 +1,3 @@
1
1
  module Incline
2
- VERSION = "0.2.35"
2
+ VERSION = "0.2.36"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: incline
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.35
4
+ version: 0.2.36
5
5
  platform: ruby
6
6
  authors:
7
7
  - Beau Barker
@@ -126,16 +126,16 @@ dependencies:
126
126
  name: nokogiri
127
127
  requirement: !ruby/object:Gem::Requirement
128
128
  requirements:
129
- - - ">="
129
+ - - "~>"
130
130
  - !ruby/object:Gem::Version
131
- version: '0'
131
+ version: 1.8.1
132
132
  type: :runtime
133
133
  prerelease: false
134
134
  version_requirements: !ruby/object:Gem::Requirement
135
135
  requirements:
136
- - - ">="
136
+ - - "~>"
137
137
  - !ruby/object:Gem::Version
138
- version: '0'
138
+ version: 1.8.1
139
139
  - !ruby/object:Gem::Dependency
140
140
  name: spawnling
141
141
  requirement: !ruby/object:Gem::Requirement
@@ -610,7 +610,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
610
610
  version: '0'
611
611
  requirements: []
612
612
  rubyforge_project:
613
- rubygems_version: 2.6.13
613
+ rubygems_version: 2.6.11
614
614
  signing_key:
615
615
  specification_version: 4
616
616
  summary: A gem designed to get off to an even quicker start with Rails.