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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ODQ4NjliZmJmZjhhNjlkZGEwOTBiYTBmOTIwYzZjZDQwNGQzNWU1Mg==
4
+ MzQ0NDc2ZjVkNmEyMGY4ZDVjYjUwOTBhN2FiNjBhODM3MDQ4NTBhNw==
5
5
  data.tar.gz: !binary |-
6
- ODliZTkyMTRhZWMzMjBlYTNhYzRhNTQwOWQ4MTZhODEwM2Q1MjhjNQ==
6
+ MTk3MWNkYTY3ZGQ2MDY5ZGViMmEyMWZjNWVjNWU3Y2FjMDdjNjU5Yg==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- ZDA3ODVlYjhmMzFmYzQ5ZWFmYzA5ODdjNzkxZWNlYWE3OGU4OTJmZWQ3Zjlj
10
- YWJmNjE5MDcwNWQ3ZTA4OGY5NmM2MTQ0YzA1Nzk2NzU5ZDY5ZGU2ZWE1ZjJm
11
- YTcyODllZWMwMWI3MGY1ZjQ1Y2VjNjhiYjNjNDY4MDBjZTg3OGU=
9
+ Yjg5ZTM0M2E4MGFiMzkyOTQ0N2M1NWY1NjQ2OTc2MzUwNmY4ZTM3MGU4MjZl
10
+ ODI5NTczNTRmZWZjNmY5MTFiMmNiOWYyNDIxZDA1MzE2ZjNkNTQyODMxZWMz
11
+ MGY1M2Y4MDQ3NGQ2ZDFkNGIwNTA1ODZiZDlhZWVlNzI3YzlkZjM=
12
12
  data.tar.gz: !binary |-
13
- MGY0ZWUzOTQ5YTQ3ZTFhNzk5YmMyNjM0ZjVhNzc2NGQ5ZTJmYmY4N2Q5NWQ2
14
- ZjFmNjhlNDYxMGQzNGM4YWZkZTBlMTQwYWMyMzQ4NDUyN2EyYTZhYTg4ODk0
15
- Y2MxOGMxMzY5ZDQ3MTVlN2NmY2MzZDAxOWY0YWIzYWU2NzAxYmI=
13
+ MjBkNDcyZDRiNTk0ZWJjMmM3Yzc5NjgwNmI0ZTNhMjA1Y2EzYTU4ZmQzNTNk
14
+ YzYyMWJhYjA4ZWQwZWM5ODEzMDljZDlhMmM3OWZlMTgxZGUwYmZlOWQ2MzNm
15
+ YjM4Y2UxOGM3YTAxYjVhMjc2MmZkYWU1Yzc1ZjMyZjFmMDExMzg=
data/CHANGELOG.md CHANGED
@@ -13,3 +13,6 @@
13
13
  - Renamed old 'compile' to 'write' since it actually writes files.
14
14
  - Options can be accessed now for easier inspection
15
15
 
16
+ ## 1.0.3
17
+ - Fixed an issue where write was attempting to call old build method.
18
+
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" + build
88
+ js = "/* Build fingerprint: #{@fingerprint} */\n" + compile
89
89
 
90
90
  if has_fingerprint(@file, @fingerprint)
91
91
  info "Stitch " + "identical ".green + @file
@@ -1,3 +1,3 @@
1
1
  module StitchPlusVersion
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
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 Stitch.}
12
- gem.summary = %q{A nicer way to combine and uglify javascript with fingerprinting and modularization. Powered by Stitch.}
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.2
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 Stitch.
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 Stitch.
88
+ Powered by StitchPlus.
89
89
  test_files: []