rails-frontend 0.1.3 → 0.1.4

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YTQzZWE4MDc1OWRiOGM4M2FiNmJkOGVhZTllYTlkOGYwYTBjNjZlYw==
4
+ Yzg0M2Y3YWFjNGMwZTUyNWZmNjU1ODM0MzlhYmFkNThhOTMyNmQxNw==
5
5
  data.tar.gz: !binary |-
6
- MzJmM2U3NGRlNmM4OTg2ZDE4MmU2ZjJhMjljNjVhMDAzZWZmMGY5Nw==
6
+ MGIwNzhmZTczMGQwM2E1M2VhMjEyOWNmNTYzZmQwMDBmOGZjYWI2MA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YmE0Njg4MzNhZWJmOTJiOTU0YjBiNjJkMjRmYzk5NmJjN2NkNDQ0OGY2YzE1
10
- NjRkMjhjZjdmMTVlMjc4MGU3ZTQwZTcwOWU1MDExNzZkNTA1Y2Q0MWM2OTA4
11
- YTkzZDYyY2E4NjE5Yzk0M2VkZWVmNzc3ODBlMTcyM2EzODA0MWU=
9
+ ZDYxM2RiYmRkYmJiMjQ1ZDk0ODQzZWIwYzQ4NzVmOTYxNGFjMDc3N2EwZTE4
10
+ ZTQ4ODJkZTFmZWZlYzU5ZmNhMDk2NzlmNjBhYmQ1ZTdmMTkyNjhkYzI2Yjc2
11
+ ZGYyZDhiZjZkNTIzNjkxOWMyY2Y2NjE5OTY3NGY2ODZiOGIxODA=
12
12
  data.tar.gz: !binary |-
13
- OTI0MzFmODNkMWY0YTA4NjEyOGUyNmQ4YWY1MTk0OTNjMzg4ZDhkMjQ2NTEw
14
- Y2JiOWRiY2QzODlkOTUzMjA2MzdkYmYzNWFlMzU2YTViMmQwYTE2Y2E0NWFj
15
- NjE1ZWNjNzExMzgyNmMxNzhmYjNiY2ZkMjg4ZWU2NDU5MWU5Mjc=
13
+ NTRkNDQzMTgyZjZhMDMwNDg5MTBiMGM3ZGI5MDdjYTZiNGY5ODMwYzk0NmZl
14
+ NjYzNGNkYjc2MzU4MmUwNjUyMDg3MWQzMDQ2NGU1ZWRjNzdjOTJjZGFiNDFl
15
+ ZGY5NzVkOTJkNjQwNDA2ZTQxMTAxZDAzNDcwZTYzYWRlYWQwZTI=
@@ -1,3 +1,3 @@
1
1
  module RailsFrontend
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: rails-frontend 0.1.3 ruby lib
5
+ # stub: rails-frontend 0.1.4 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "rails-frontend"
9
- s.version = "0.1.3"
9
+ s.version = "0.1.4"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.authors = ["Michael Bensoussan"]
@@ -11,7 +11,7 @@ gem 'uglifier', '>= 1.3.0'
11
11
  gem 'coffee-rails', '~> 4.0.0'
12
12
  gem 'haml-rails'
13
13
  gem 'sass-rails'
14
- gem 'rails-frontend', '0.1.3'
14
+ gem 'rails-frontend', '0.1.4'
15
15
 
16
16
  gem 'thin'
17
17
 
@@ -16,7 +16,7 @@ task :dist do
16
16
  sleep(3)
17
17
 
18
18
  puts "scrap the website..."
19
- `wget --recursive --page-requisites --html-extension --convert-links ---no-host-directories --domains localhost -P dist/ localhost:3002`
19
+ `wget --recursive --page-requisites --html-extension --convert-links --no-host-directories --domains localhost -P dist/ localhost:3002`
20
20
 
21
21
  puts "killing the server..."
22
22
  `kill \`cat rack-dist.pid\``
@@ -17,6 +17,7 @@ Rails.application.configure do
17
17
  config.consider_all_requests_local = true
18
18
  config.assets.debug = true
19
19
  config.assets.raise_runtime_errors = true
20
+ config.middleware.use Rack::LiveReload
20
21
  elsif Rails.env == "production"
21
22
  config.consider_all_requests_local = false
22
23
  config.assets.compress = true
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Bensoussan