guard-yamlsort 0.0.1 → 0.0.2

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: 5b69e36e81d47dea40c33abf82ad0ba2ed112b1f
4
- data.tar.gz: 61a93e036188631fe64e73f303bd1dd0e208a48f
3
+ metadata.gz: 93d12c15880f49fa381838c1d7e22f1e67b2e9f7
4
+ data.tar.gz: 1006c1ddba6773b18394b07605d8b56cda043d3b
5
5
  SHA512:
6
- metadata.gz: 8cf1888cda4813de585c6b1b9e2f77530b4b0eeb39d935814177c8ff09a9781d0f44c2ba456376ae933840caee03b2571b47979fe8f4d999c6a6dfe5e6cc0657
7
- data.tar.gz: 21b4e9ab65c9a14587e8b59b411819ae97d6f2dde86f6a7eee36768cb6723b57ab7be716cfa150ed10dc7f7e4ec936cdda5b8c13af955c013c7cbd4036b9ec8e
6
+ metadata.gz: 566a7bca1b0adc44ae6ede66dcb6b24735db17acca0b43463b7f802fedd6880b0263ebfce385269f5905a6643fbb7b4ea9f28dbda545e6909a81e57606b7410a
7
+ data.tar.gz: db4d1f36a2b49ab1aa93974c4e5370c593b130a57f8e527199700b870da17597f8d7d40bc7212bdfa4db4a1a6378545ebad3a30da21f754b21f781f2fe7cd3ed
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Guard::Yamlsort
2
2
  Guard::Yamlsort alphabetically sorts keys in yaml files when a modification is detected.
3
3
 
4
- ![Preview of guard-yamlsort](https://raw.githubusercontent.com/thomasv314/guard-yamlsort/master/preview.gif "Preview of Guard yamlsort")
4
+ ![Preview of guard-yamlsort](https://raw.githubusercontent.com/thomasv314/guard-yamlsort/master/doc/preview.gif "Preview of Guard yamlsort")
5
5
 
6
6
  ## Requirements
7
7
  * The [Guard](https://github.com/guard/guard) rubygem.
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  module YamlsortVersion
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-yamlsort
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Vendetta
@@ -140,7 +140,6 @@ files:
140
140
  - lib/guard/yamlsort/file_sorter.rb
141
141
  - lib/guard/yamlsort/templates/Guardfile
142
142
  - lib/guard/yamlsort/version.rb
143
- - preview.gif
144
143
  - test/test_file_sorter.rb
145
144
  - test/test_helper.rb
146
145
  homepage: http://vendetta.io
data/preview.gif DELETED
Binary file