turbo-sprockets-rails5 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 3d9dee033a85fc2409681f6a0562f0218f51cdc8
4
+ data.tar.gz: 9f606818b3542dd6202dcd0d8533db10a135ae07
5
+ SHA512:
6
+ metadata.gz: 7302e88074651d6c04e31ccd36f45061c0309e97ed784beb3fa97b94d8a064c09648774693563c359b2ded94561a761ecb0518b399b480684e005c69320ab177
7
+ data.tar.gz: 988137ad58b49ec86a5b5b849e0be09a2781afa295e74e365719473bc0786205d6fe47ca09ed59f88e5c9c413092264b74c5c87f13fadb3c898bf4580ad03cd9
data/Gemfile ADDED
@@ -0,0 +1,3 @@
1
+ source 'https://rubygems.org'
2
+
3
+ gemspec
@@ -0,0 +1,12 @@
1
+ ## turbo-sprockets-rails4
2
+ Speed up asset precompliation by compiling assets in parallel.
3
+
4
+ For documentation, see [turbo-sprockets-rails4](https://github.com/camertron/turbo-sprockets-rails4).
5
+
6
+ ## License
7
+
8
+ Licensed under the MIT license. See LICENSE for details.
9
+
10
+ ## Authors
11
+
12
+ * Cameron C. Dutro: http://github.com/camertron
@@ -0,0 +1,10 @@
1
+ # encoding: UTF-8
2
+
3
+ $:.unshift File.join(File.dirname(__FILE__), 'lib')
4
+
5
+ require 'rubygems' unless ENV['NO_RUBYGEMS']
6
+
7
+ require 'bundler'
8
+ require 'rubygems/package_task'
9
+
10
+ Bundler::GemHelper.install_tasks
@@ -0,0 +1 @@
1
+ require 'turbo-sprockets-rails4'
@@ -0,0 +1,19 @@
1
+ $:.unshift File.join(File.dirname(__FILE__), 'lib')
2
+
3
+ Gem::Specification.new do |s|
4
+ s.name = 'turbo-sprockets-rails5'
5
+ s.version = '1.0.0'
6
+ s.authors = ['Cameron Dutro']
7
+ s.email = ['camertron@gmail.com']
8
+ s.homepage = 'http://github.com/camertron/turbo-sprockets-rails5'
9
+
10
+ s.description = s.summary = 'Speed up asset precompliation by compiling assets in parallel.'
11
+
12
+ s.platform = Gem::Platform::RUBY
13
+ s.has_rdoc = true
14
+
15
+ s.add_dependency 'turbo-sprockets-rails4'
16
+
17
+ s.require_path = 'lib'
18
+ s.files = Dir['{lib,spec}/**/*', 'Gemfile', 'README.md', 'Rakefile', 'turbo-sprockets-rails5.gemspec']
19
+ end
metadata ADDED
@@ -0,0 +1,62 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: turbo-sprockets-rails5
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Cameron Dutro
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2018-01-20 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: turbo-sprockets-rails4
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ description: Speed up asset precompliation by compiling assets in parallel.
28
+ email:
29
+ - camertron@gmail.com
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - Gemfile
35
+ - README.md
36
+ - Rakefile
37
+ - lib/turbo-sprockets-rails5.rb
38
+ - turbo-sprockets-rails5.gemspec
39
+ homepage: http://github.com/camertron/turbo-sprockets-rails5
40
+ licenses: []
41
+ metadata: {}
42
+ post_install_message:
43
+ rdoc_options: []
44
+ require_paths:
45
+ - lib
46
+ required_ruby_version: !ruby/object:Gem::Requirement
47
+ requirements:
48
+ - - ">="
49
+ - !ruby/object:Gem::Version
50
+ version: '0'
51
+ required_rubygems_version: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - ">="
54
+ - !ruby/object:Gem::Version
55
+ version: '0'
56
+ requirements: []
57
+ rubyforge_project:
58
+ rubygems_version: 2.6.13
59
+ signing_key:
60
+ specification_version: 4
61
+ summary: Speed up asset precompliation by compiling assets in parallel.
62
+ test_files: []