guard-live-set 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,5 @@
1
+ # require 'rb-fsevent'
2
+
1
3
  guard 'live-set' do
2
4
  watch(/(.*).als/)
3
5
  end
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  module LiveSet
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-live-set
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-01-07 00:00:00.000000000 Z
12
+ date: 2012-01-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: guard
16
- requirement: &2156235140 !ruby/object:Gem::Requirement
16
+ requirement: &2161428740 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,11 +21,10 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2156235140
25
- description: Converts Ableton Live .als files to XML as their saved. The point of
24
+ version_requirements: *2161428740
25
+ description: Converts Ableton Live .als files to XML as they're saved. The point of
26
26
  this is so that you can use git with your .als files. Git is a lot more useful
27
- with line based text files then binary files. Just gzip the .xml files and rename
28
- them to .als to have Ableton Live load them.
27
+ with line based text files then binary files.
29
28
  email: mgarriss@gmail.com
30
29
  executables: []
31
30
  extensions: []
@@ -57,5 +56,5 @@ rubyforge_project:
57
56
  rubygems_version: 1.8.12
58
57
  signing_key:
59
58
  specification_version: 3
60
- summary: Converts Ableton Live .als files to XML as their saved.
59
+ summary: Converts Ableton Live .als files to XML as they're saved.
61
60
  test_files: []