-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpushify.gemspec
57 lines (51 loc) · 1.61 KB
/
pushify.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{pushify}
s.version = "1.2.0"
s.add_dependency("juggernaut", "= 0.5.8")
s.add_dependency("json")
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jason Tillery"]
s.date = %q{2011-01-20}
s.default_executable = %q{pushify}
s.email = %q{[email protected]}
s.executables = ["pushify"]
s.files = [
"LICENSE",
"README.markdown",
"Rakefile",
"VERSION",
"bin/pushify",
"install/expressinstall.swf",
"install/json.js",
"install/juggernaut.js",
"install/juggernaut.swf",
"install/juggernaut.yml",
"install/juggernaut_hosts.yml",
"install/pushify.js",
"install/swfobject.js",
"lib/pushify.rb",
"lib/pushify/helper.rb",
"lib/pushify/install.rb",
"lib/pushify/juggernaut.rb",
"lib/pushify/rack.rb",
"lib/pushify/rails.rb",
"lib/pushify/server.rb",
"pushify.gemspec"
]
s.homepage = %q{https://github.com/tilleryj/pushify}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{See updates you make to css, html, javascript, and images appear immediately in all of your browsers without having to refresh.}
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
else
end
else
end
end