maglove 2.0.1 → 2.0.2

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: ed0dfafb52499fff8bb6eda0085a9877fe650316
4
- data.tar.gz: 4d67410451a3461736d87fc70a7fcb15134a38e8
3
+ metadata.gz: 13c2366c4186cdc3a16b4a048102e343185e3cde
4
+ data.tar.gz: be316d13c2a2b0fd88cc924a713d376d8bc781bf
5
5
  SHA512:
6
- metadata.gz: 813b521d3b8b84cdbfdc4af7fd61dcc8d8cb8b099106f9903be737625c5149ff8c22ce37a0e1d494aafec74d40dc9254bba12ba0f01ec2acc46d27ba2414b00f
7
- data.tar.gz: 8fef0d7e6fbf632ca5a277dfec226156af462e22aceab9a850bdba493702625e7799a5e7327ae989907313edd5159c2006d779abad5d8c4ef6377fa41a62cf48
6
+ metadata.gz: bda2499e6a3950bf832d63a1a9b4e858bc2cf6cd8ed7ef2835ed9c2b4f47a1f40be449b301334c8e4557bee2e40bf83ad7716a03367b23cd68772fda6cc3e1fb
7
+ data.tar.gz: 3430dbdc44b86552c9d20b9ab4dfca3869b54618849cbdaebc0cf9a1f11698c154ed043835fb7aecf02a5ef4016859038ecef73ee84f1e7b160515b4035e71d4
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- maglove (2.0.1)
4
+ maglove (2.0.2)
5
5
  actionpack (>= 4.0)
6
6
  activesupport (>= 4.0)
7
7
  bundler (~> 1.10)
@@ -12,7 +12,7 @@ PATH
12
12
  dialers (~> 0.2)
13
13
  faye (~> 1.2)
14
14
  filewatcher (~> 0.5)
15
- hamloft (~> 0.2.6)
15
+ hamloft (~> 2.0)
16
16
  image_optim (~> 0.21)
17
17
  image_optim_pack (~> 0.2)
18
18
  less (~> 2.6)
@@ -49,8 +49,8 @@ GEM
49
49
  i18n (~> 0.7)
50
50
  minitest (~> 5.1)
51
51
  tzinfo (~> 1.1)
52
- addressable (2.5.1)
53
- public_suffix (~> 2.0, >= 2.0.2)
52
+ addressable (2.5.2)
53
+ public_suffix (>= 2.0.2, < 4.0)
54
54
  ast (2.3.0)
55
55
  builder (3.2.3)
56
56
  closure-compiler (1.1.13)
@@ -106,7 +106,7 @@ GEM
106
106
  haml (5.0.2)
107
107
  temple (>= 0.8.0)
108
108
  tilt
109
- hamloft (0.2.6)
109
+ hamloft (2.0.2)
110
110
  haml (~> 5.0)
111
111
  nokogiri (~> 1.8)
112
112
  http_parser.rb (0.6.0)
@@ -117,22 +117,22 @@ GEM
117
117
  image_size (~> 1.5)
118
118
  in_threads (~> 1.3)
119
119
  progress (~> 3.0, >= 3.0.1)
120
- image_optim_pack (0.5.0.20170815-x86_64-darwin)
120
+ image_optim_pack (0.5.0.20170815)
121
121
  fspath (>= 2.1, < 4)
122
122
  image_optim (~> 0.19)
123
123
  image_size (1.5.0)
124
124
  in_threads (1.4.0)
125
125
  less (2.6.0)
126
126
  commonjs (~> 0.2.7)
127
- libv8 (3.16.14.19-x86_64-darwin-16)
127
+ libv8 (3.16.14.19)
128
128
  little-plugger (1.1.4)
129
129
  logging (2.2.2)
130
130
  little-plugger (~> 1.1)
131
131
  multi_json (~> 1.10)
132
132
  loofah (2.0.3)
133
133
  nokogiri (>= 1.5.9)
134
- maglove-widgets (2.0.1)
135
- hamloft (~> 0.2.6)
134
+ maglove-widgets (2.0.2)
135
+ hamloft (~> 2.0)
136
136
  mini_portile2 (2.2.0)
137
137
  minitest (5.10.3)
138
138
  multi_json (1.12.1)
@@ -145,7 +145,7 @@ GEM
145
145
  ast (~> 2.2)
146
146
  powerpack (0.1.1)
147
147
  progress (3.3.1)
148
- public_suffix (2.0.5)
148
+ public_suffix (3.0.0)
149
149
  puma (3.10.0)
150
150
  rack (2.0.3)
151
151
  rack-test (0.6.3)
@@ -1,3 +1,3 @@
1
1
  module MagLove
2
- VERSION = "2.0.1"
2
+ VERSION = "2.0.2"
3
3
  end
data/maglove.gemspec CHANGED
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
15
15
  s.required_rubygems_version = '>= 2.4.7'
16
16
  s.add_runtime_dependency "bundler", "~> 1.10"
17
17
  s.add_runtime_dependency "thor", "~> 0.19"
18
- s.add_runtime_dependency 'hamloft', "~> 0.2.6"
18
+ s.add_runtime_dependency 'hamloft', "~> 2.0"
19
19
  s.add_runtime_dependency "activesupport", ">= 4.0"
20
20
  s.add_runtime_dependency "actionpack", ">= 4.0"
21
21
  s.add_runtime_dependency "maglove-widgets", "~> 2.0"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: maglove
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobias Strebitzer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-23 00:00:00.000000000 Z
11
+ date: 2017-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: 0.2.6
47
+ version: '2.0'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: 0.2.6
54
+ version: '2.0'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: activesupport
57
57
  requirement: !ruby/object:Gem::Requirement