coyote 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
data/Manifest CHANGED
@@ -1,7 +1,6 @@
1
1
  Manifest
2
2
  README.md
3
3
  Rakefile
4
- assets/coyote-icon.psd
5
4
  bin/coyote
6
5
  config/coyote-icon.png
7
6
  config/coyote.yaml
data/Rakefile CHANGED
@@ -11,7 +11,7 @@ Echoe.new(Coyote::APP_NAME.downcase, Coyote::VERSION) do |p|
11
11
  p.url = "http://github.com/imulus/coyote"
12
12
  p.author = "Imulus"
13
13
  p.email = "developer@imulus.com"
14
- p.ignore_pattern = ["tmp/*", "script/*", "test/*"]
14
+ p.ignore_pattern = ["tmp/*", "script/*", "test/*", "assets/*"]
15
15
  p.development_dependencies = ["term-ansicolor >=1.0.5", "rb-appscript >=0.6.1"]
16
16
  p.runtime_dependencies = ["term-ansicolor >=1.0.5", "rb-appscript >=0.6.1"]
17
17
  end
data/coyote.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{coyote}
5
- s.version = "0.3.0"
5
+ s.version = "0.3.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Imulus"]
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
12
12
  s.email = %q{developer@imulus.com}
13
13
  s.executables = ["coyote"]
14
14
  s.extra_rdoc_files = ["README.md", "bin/coyote", "lib/coyote.rb", "lib/coyote/closure_compiler.rb", "lib/coyote/config_reader.rb", "lib/coyote/fs_listener.rb", "lib/coyote/fs_listeners/darwin.rb", "lib/coyote/fs_listeners/linux.rb", "lib/coyote/fs_listeners/polling.rb", "lib/coyote/fs_listeners/windows.rb", "lib/coyote/generator.rb", "lib/coyote/notification.rb", "lib/coyote/output.rb"]
15
- s.files = ["Manifest", "README.md", "Rakefile", "assets/coyote-icon.psd", "bin/coyote", "config/coyote-icon.png", "config/coyote.yaml", "lib/coyote.rb", "lib/coyote/closure_compiler.rb", "lib/coyote/config_reader.rb", "lib/coyote/fs_listener.rb", "lib/coyote/fs_listeners/darwin.rb", "lib/coyote/fs_listeners/linux.rb", "lib/coyote/fs_listeners/polling.rb", "lib/coyote/fs_listeners/windows.rb", "lib/coyote/generator.rb", "lib/coyote/notification.rb", "lib/coyote/output.rb", "test/javascript/application.js", "test/javascript/application/controller.js", "test/javascript/application/interface.js", "test/javascript/init.js", "test/javascript/jquery/jquery.js", "test/javascript/jquery/plugins/jquery.cookie.js", "test/javascript/jquery/plugins/jquery.cycle.all.min.js", "test/javascript/jquery/plugins/jquery.query.js", "coyote.gemspec"]
15
+ s.files = ["Manifest", "README.md", "Rakefile", "bin/coyote", "config/coyote-icon.png", "config/coyote.yaml", "lib/coyote.rb", "lib/coyote/closure_compiler.rb", "lib/coyote/config_reader.rb", "lib/coyote/fs_listener.rb", "lib/coyote/fs_listeners/darwin.rb", "lib/coyote/fs_listeners/linux.rb", "lib/coyote/fs_listeners/polling.rb", "lib/coyote/fs_listeners/windows.rb", "lib/coyote/generator.rb", "lib/coyote/notification.rb", "lib/coyote/output.rb", "test/javascript/application.js", "test/javascript/application/controller.js", "test/javascript/application/interface.js", "test/javascript/init.js", "test/javascript/jquery/jquery.js", "test/javascript/jquery/plugins/jquery.cookie.js", "test/javascript/jquery/plugins/jquery.cycle.all.min.js", "test/javascript/jquery/plugins/jquery.query.js", "coyote.gemspec"]
16
16
  s.homepage = %q{http://github.com/imulus/coyote}
17
17
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Coyote", "--main", "README.md"]
18
18
  s.require_paths = ["lib"]
data/lib/coyote.rb CHANGED
@@ -11,7 +11,7 @@ include Term::ANSIColor
11
11
 
12
12
  module Coyote
13
13
  APP_NAME = "Coyote"
14
- VERSION = "0.3.0"
14
+ VERSION = "0.3.1"
15
15
  ROOT_PATH = Dir.pwd
16
16
  CONFIG_PATH = File.expand_path(File.dirname(__FILE__) + "/../config")
17
17
  CONFIG_FILENAME = "coyote.yaml"
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: coyote
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.3.0
5
+ version: 0.3.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Imulus
@@ -81,7 +81,6 @@ files:
81
81
  - Manifest
82
82
  - README.md
83
83
  - Rakefile
84
- - assets/coyote-icon.psd
85
84
  - bin/coyote
86
85
  - config/coyote-icon.png
87
86
  - config/coyote.yaml
Binary file