-
Notifications
You must be signed in to change notification settings - Fork 14
/
chiliproject_invoice.gemspec
87 lines (82 loc) · 2.73 KB
/
chiliproject_invoice.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{chiliproject_invoice}
s.version = "0.1.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Eric Davis"]
s.date = %q{2011-04-28}
s.description = %q{ChiliProject plugin to create and manage invoices}
s.email = %q{[email protected]}
s.extra_rdoc_files = [
"README.rdoc"
]
s.files = [
"COPYRIGHT.txt",
"CREDITS.rdoc",
"GPL.txt",
"README.rdoc",
"Rakefile",
"VERSION",
"app/controllers/invoice_controller.rb",
"app/controllers/payments_controller.rb",
"app/helpers/invoices_helper.rb",
"app/models/autofill.rb",
"app/models/invoice.rb",
"app/models/payment.rb",
"app/views/invoice/_form.rhtml",
"app/views/invoice/_row.rhtml",
"app/views/invoice/_table.rhtml",
"app/views/invoice/autocreate.rhtml",
"app/views/invoice/autofill.js.rjs",
"app/views/invoice/edit.rhtml",
"app/views/invoice/index.rhtml",
"app/views/invoice/new.rhtml",
"app/views/invoice/show.rhtml",
"app/views/layouts/print.rhtml",
"app/views/payments/_payment.html.erb",
"app/views/payments/new.html.erb",
"app/views/settings/_invoice_settings.rhtml",
"assets/images/creditcards.png",
"assets/images/money.png",
"assets/images/money_add.png",
"assets/images/printer.png",
"assets/stylesheets/invoice.css",
"assets/stylesheets/invoice_print.css",
"config/locales/en.yml",
"config/locales/fr.yml",
"config/routes.rb",
"init.rb",
"lang/en.yml",
"lang/fr.yml",
"lib/invoice_compatibility.rb",
"rails/init.rb",
"test/functional/invoice_controller_test.rb",
"test/integration/access_test.rb",
"test/integration/routing_test.rb",
"test/test_helper.rb",
"test/unit/invoice_test.rb"
]
s.homepage = %q{https://projects.littlestreamsoftware.com/projects/chiliproject_invoice}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{ChiliProject plugin to create and manage invoices}
s.test_files = [
"test/test_helper.rb",
"test/integration/routing_test.rb",
"test/integration/access_test.rb",
"test/unit/invoice_test.rb",
"test/functional/invoice_controller_test.rb"
]
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