guard-sculpin 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (6) hide show
  1. checksums.yaml +8 -8
  2. data/.gitignore +1 -0
  3. data/LICENSE +21 -0
  4. data/README.md +18 -0
  5. data/lib/guard/sculpin.rb +3 -3
  6. metadata +3 -1
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MGE2YTFhNzhiOTBmMDE0NWI2M2JjZjNkZTVkYzNhMDA0Y2MxMTI5OA==
4
+ ZGM1ODUwMjgxNzE1ZWUzOTk3YmVlM2QwMjlhMzU0OTE4MTI0ZWRlNw==
5
5
  data.tar.gz: !binary |-
6
- ZDMzYWJjM2YzNzYxMzQ1NTMwNTk0NWI1Yjc5NzliZjQ4Zjc1MTg2MA==
6
+ MTM1Y2NlMDhkNzI4ZGI1OWYwNWVjYjYxMzc4MzNlZDYyMDU2MDM5NA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MGE3YzNjMjIzMGFmNzZiMDYzNGRjN2ZjMTUxNjlkNGJhNDczMmYwNTAwYzA3
10
- OGJkNDU2ZWExNWU4OTc0NjFlN2ExYTA0M2IxNWRlMWYyYWQ1MzcxY2FkZmNm
11
- ODZjM2I1Yzc0NmQzNzkyYzU1NjNmYjRjMjZhNTJlYzc5MGVjMTY=
9
+ NjI2OTQyNTAzMzgxMjVlNGI5M2YxMmRlMjVlOWVhMWVlODY5MzUxNGFiMDI5
10
+ YmJlNzkzNGQzYmI4NzY3OTViZTMxZGMxYmI5OTAzZGI2OGU1ZmFjMmZmOWZj
11
+ ZmRlZDg4ODQ0N2FkMGI0NzkyNzAwOGNiYTdjZDIxNDE4NzI1ODM=
12
12
  data.tar.gz: !binary |-
13
- YWE3NjNlMTcwZTE0NzM5NmYzYWYzNGY2ZmM3YTdhNmI1YmExNjA3MjhlZTIy
14
- NmQxM2NlYWRlZDA5YmRlMDM5ZGMwOWRjYTkyMmZhODVhZmEzMjhiZjVlMjc1
15
- MzBkNWJiMWIzMTFlNTcwYjVhOWI2MDYyMWRhNzdmYTA2NzhmNjE=
13
+ ODgwM2FkNjM2YzBiNWY1ODE5MGEzYTk5OGIyMTRhMjY1NjlmNTk5MDVmYjky
14
+ OWM3NzcwZWFiNjM3MDA4MWU0NmJmNjg5NjdmY2U0ODA5OTEzYmI1MTdlY2Ni
15
+ YzJiOWU0ZGQ0ZTZkNDZkMjY1YjhjNjFlMjU2MmE1MGM1YjI1NDI=
data/.gitignore ADDED
@@ -0,0 +1 @@
1
+ *.gem
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2014 Florian Eckerstorfer
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md CHANGED
@@ -9,6 +9,12 @@ Installation
9
9
 
10
10
  Before you start make sure that you have Guard installed. It's best to use [Bundler](http://bundler.io) to install Guard and Guard::Sculpin.
11
11
 
12
+ Install the Guard::Sculpin gem:
13
+
14
+ ```bash
15
+ $ gem install guard-sculpin
16
+ ```
17
+
12
18
  Add Guard::Sculpin to your Gemfile
13
19
 
14
20
  ```ruby
@@ -52,6 +58,18 @@ end
52
58
  *(This definition is installed when you run `bundle exec guard init sculpin`)*
53
59
 
54
60
 
61
+ Changelog
62
+ ---------
63
+
64
+ ### Version 0.1.1 (15 Feburary 2014)
65
+
66
+ - Improved notification message
67
+
68
+ ### Version 0.1.0 (15 February 2014)
69
+
70
+ - Initial release
71
+
72
+
55
73
  Author
56
74
  ------
57
75
 
data/lib/guard/sculpin.rb CHANGED
@@ -4,7 +4,7 @@ require 'guard/guard'
4
4
  module Guard
5
5
  class Sculpin < Guard
6
6
 
7
- VERSION = '0.1.0'
7
+ VERSION = '0.1.1'
8
8
 
9
9
  DEFAULT_OPTIONS = {
10
10
  :binary => 'vendor/bin/sculpin',
@@ -28,8 +28,8 @@ module Guard
28
28
  ::Guard::Notifier.notify(results, :title => 'Sculpin', :image => :failed)
29
29
  puts results
30
30
  else
31
- ::Guard::Notifier.notify('Generated source', :title => 'Sculpin', :image => :success)
32
- puts 'Generated source'
31
+ ::Guard::Notifier.notify('Generated Sculpin site', :title => 'Sculpin', :image => :success)
32
+ puts 'Generated Sculpin site'
33
33
  end
34
34
  # end
35
35
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-sculpin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Florian Eckerstorfer
@@ -37,7 +37,9 @@ executables: []
37
37
  extensions: []
38
38
  extra_rdoc_files: []
39
39
  files:
40
+ - .gitignore
40
41
  - Gemfile
42
+ - LICENSE
41
43
  - README.md
42
44
  - Rakefile
43
45
  - guard-sculpin.gemspec