CSS-Push.gemspec in tilleryj-CSS-Push-0.0.0 vs CSS-Push.gemspec in tilleryj-CSS-Push-1.0.1
- old
+ new
@@ -1,36 +1,55 @@
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{CSS-Push}
- s.version = "0.0.0"
+ s.version = "1.0.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
+
+ s.add_dependency('json')
+ s.add_dependency('juggernaut')
+ s.add_dependency('daemons')
+
s.authors = ["Jason Tillery", "Vishu Ramanathan"]
s.date = %q{2009-06-17}
+ s.default_executable = %q{csspush}
s.email = %q{tilleryj@gmail.com}
+ s.executables = ["csspush", "pushify"]
s.extra_rdoc_files = [
"LICENSE",
- "README"
+ "README.markdown"
]
s.files = [
- "CSS-Push.gemspec",
+ ".gitignore",
+ "CSS-Push.gemspec",
"LICENSE",
- "README",
+ "README.markdown",
"Rakefile",
"VERSION",
- "lib/CSS-Push.rb",
- "spec/CSS-Push_spec.rb",
+ "bin/csspush",
+ "bin/pushify",
+ "lib/css_push.rb",
+ "lib/css_push_server.rb",
+ "install/css_push.js",
+ "install/css_push_initializer.rb",
+ "install/expressinstall.swf",
+ "install/juggernaut.js",
+ "install/juggernaut.swf",
+ "install/juggernaut.yml",
+ "install/juggernaut_hosts.yml",
+ "install/swfobject.js",
+ "rails/init.rb",
"spec/spec_helper.rb"
]
s.has_rdoc = true
s.homepage = %q{http://github.com/tilleryj/CSS-Push}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.1}
s.summary = %q{See updates you make to css files appear immediately in all of your browsers without having to refresh.}
s.test_files = [
- "spec/CSS-Push_spec.rb",
+ "spec/css_push_spec.rb",
"spec/spec_helper.rb"
]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION