stitch-plus 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/CHANGELOG.md +3 -0
- data/lib/stitch-plus.rb +1 -1
- data/lib/stitch-plus/version.rb +1 -1
- data/stitchplus.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MzQ0NDc2ZjVkNmEyMGY4ZDVjYjUwOTBhN2FiNjBhODM3MDQ4NTBhNw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MTk3MWNkYTY3ZGQ2MDY5ZGViMmEyMWZjNWVjNWU3Y2FjMDdjNjU5Yg==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
Yjg5ZTM0M2E4MGFiMzkyOTQ0N2M1NWY1NjQ2OTc2MzUwNmY4ZTM3MGU4MjZl
|
10
|
+
ODI5NTczNTRmZWZjNmY5MTFiMmNiOWYyNDIxZDA1MzE2ZjNkNTQyODMxZWMz
|
11
|
+
MGY1M2Y4MDQ3NGQ2ZDFkNGIwNTA1ODZiZDlhZWVlNzI3YzlkZjM=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MjBkNDcyZDRiNTk0ZWJjMmM3Yzc5NjgwNmI0ZTNhMjA1Y2EzYTU4ZmQzNTNk
|
14
|
+
YzYyMWJhYjA4ZWQwZWM5ODEzMDljZDlhMmM3OWZlMTgxZGUwYmZlOWQ2MzNm
|
15
|
+
YjM4Y2UxOGM3YTAxYjVhMjc2MmZkYWU1Yzc1ZjMyZjFmMDExMzg=
|
data/CHANGELOG.md
CHANGED
data/lib/stitch-plus.rb
CHANGED
@@ -85,7 +85,7 @@ class StitchPlus
|
|
85
85
|
@fingerprint = file_fingerprint
|
86
86
|
@file = output_file
|
87
87
|
|
88
|
-
js = "/* Build fingerprint: #{@fingerprint} */\n" +
|
88
|
+
js = "/* Build fingerprint: #{@fingerprint} */\n" + compile
|
89
89
|
|
90
90
|
if has_fingerprint(@file, @fingerprint)
|
91
91
|
info "Stitch " + "identical ".green + @file
|
data/lib/stitch-plus/version.rb
CHANGED
data/stitchplus.gemspec
CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |gem|
|
|
8
8
|
gem.version = StitchPlusVersion::VERSION
|
9
9
|
gem.authors = ["Brandon Mathis"]
|
10
10
|
gem.email = ["brandon@imathis.com"]
|
11
|
-
gem.description = %q{A nicer way to combine and uglify javascript with fingerprinting and modularization. Powered by
|
12
|
-
gem.summary = %q{A nicer way to combine and uglify javascript with fingerprinting and modularization. Powered by
|
11
|
+
gem.description = %q{A nicer way to combine and uglify javascript with fingerprinting and modularization. Powered by StitchPlus.}
|
12
|
+
gem.summary = %q{A nicer way to combine and uglify javascript with fingerprinting and modularization. Powered by StitchPlus.}
|
13
13
|
gem.homepage = "https://github.com/imathis/stitch-plus"
|
14
14
|
gem.license = "MIT"
|
15
15
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stitch-plus
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brandon Mathis
|
@@ -39,7 +39,7 @@ dependencies:
|
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0.1'
|
41
41
|
description: A nicer way to combine and uglify javascript with fingerprinting and
|
42
|
-
modularization. Powered by
|
42
|
+
modularization. Powered by StitchPlus.
|
43
43
|
email:
|
44
44
|
- brandon@imathis.com
|
45
45
|
executables: []
|
@@ -85,5 +85,5 @@ rubygems_version: 2.0.7
|
|
85
85
|
signing_key:
|
86
86
|
specification_version: 4
|
87
87
|
summary: A nicer way to combine and uglify javascript with fingerprinting and modularization.
|
88
|
-
Powered by
|
88
|
+
Powered by StitchPlus.
|
89
89
|
test_files: []
|