texture_packer 1.4.0 → 1.4.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 50175f11beb2095b7d3d52f2c27e04f39837bbb8
4
- data.tar.gz: 8de222d7e72038388525ab7da84bd75d5302ab78
3
+ metadata.gz: ab7f3e967ebc61b0115b4d3b144798545453d8c6
4
+ data.tar.gz: 6957e630fbc4dad6558ae829f2e60d9566737c06
5
5
  SHA512:
6
- metadata.gz: f839205b5acfb2660a86133411449d38b7105db7537bb1ed99afe4c67c9a1e5ebe31a71055394f41b5f2ac76f223fcfc76995599afeff679a73c3bcaf68404a0
7
- data.tar.gz: 973c930ad6e5fb3b078f548a45150a54ddfc43729d5b361d50ba7f4dc910688801a9bfde421067dee4c8780cf774d0b96c2c7be293a0c8176c978f21a3c42f86
6
+ metadata.gz: 6ad985efd0f9028e1f22ff5ca6ab533a4cf0a43425ad8d8c09b4b79a5a4c929d67a8f073f558fd6ae9e6cd103aaa90af4076ebe2f47d0e9758f0169a2ed9e4cf
7
+ data.tar.gz: 818aeb8ae58e26980999084957e7e8a82531580906b5ad13cad418a651c0e272add37d0ab434d0f2e53c4a023da9553f607314144a162b933311bef5a88924bc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,8 @@
1
1
  ## Change Log
2
2
 
3
- ### [upcoming](https://github.com/khiav223577/texture_packer/compare/v1.3.0...HEAD) 2020/03/04
3
+ ### [v1.4.0](https://github.com/khiav223577/texture_packer/compare/v1.3.0...v1.4.0) 2020/03/11
4
+ - [#11](https://github.com/khiav223577/texture_packer/pull/11) Add options to export packed scss files and images to your project (@khiav223577)
5
+ - [#10](https://github.com/khiav223577/texture_packer/pull/10) Remove backward compatibility of name as `packed_mobile` (@khiav223577)
4
6
  - [#9](https://github.com/khiav223577/texture_packer/pull/9) escape shell command argument (@Fatmylin)
5
7
  - [#5](https://github.com/khiav223577/texture_packer/pull/5) 為 pack_scss 加上 -v, -h 二個參數的功能 (@khiav223577)
6
8
 
@@ -1,4 +1,4 @@
1
1
  #!/usr/bin/env ruby
2
2
  require 'texture_packer/cli'
3
3
 
4
- TexturePacker::CLI.new(ARGV).run
4
+ TexturePacker::Cli.new(ARGV).run
@@ -1,3 +1,3 @@
1
1
  class TexturePacker
2
- VERSION = "1.4.0"
2
+ VERSION = "1.4.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: texture_packer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - khiav reoy