-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathnotifly.gemspec
130 lines (125 loc) · 5.68 KB
/
notifly.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: notifly 0.3.6 ruby lib
Gem::Specification.new do |s|
s.name = "notifly"
s.version = "0.3.6"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Pedro Passalini", "Rafael Carvalho"]
s.date = "2015-02-26"
s.description = "This project intend to offer a full notification system, back and front-end."
s.email = ["[email protected]", "[email protected]"]
s.executables = ["rails"]
s.extra_rdoc_files = [
"README.md"
]
s.files = [
"MIT-LICENSE",
"README.md",
"Rakefile",
"app/assets/javascripts/notifly.js.erb",
"app/assets/javascripts/notifly/get_notifications.js.erb",
"app/assets/javascripts/notifly/more_notifications.js.erb",
"app/assets/javascripts/notifly/read_notifications.js.erb",
"app/assets/javascripts/notifly/real_time.js.erb",
"app/assets/javascripts/notifly/seen_notifications.js.erb",
"app/assets/javascripts/notifly_dropdown.js",
"app/assets/stylesheets/notifly.css",
"app/assets/stylesheets/notifly/layout.css",
"app/controllers/notifly/application_controller.rb",
"app/controllers/notifly/notifications_controller.rb",
"app/helpers/notifly/view_helper.rb",
"app/mailers/notifly/notification_mailer.rb",
"app/models/notifly/notification.rb",
"app/views/notifly/layouts/_actions.html.erb",
"app/views/notifly/layouts/_counter.html.erb",
"app/views/notifly/layouts/_empty.html.erb",
"app/views/notifly/layouts/_index.html.erb",
"app/views/notifly/layouts/_notification.html.erb",
"app/views/notifly/layouts/_notifly.html.erb",
"app/views/notifly/notification_mailer/notifly.html.erb",
"app/views/notifly/notifications/index.js.erb",
"app/views/notifly/notifications/read.js.erb",
"app/views/notifly/notifications/seen.js.erb",
"app/views/notifly/notifications/toggle_read.js.erb",
"app/views/notifly/templates/mails/_default.html.erb",
"app/views/notifly/templates/notifications/_default.html.erb",
"config/locales/en.yml",
"config/routes.rb",
"db/migrate/20141103170528_create_notifly_notifications.rb",
"db/migrate/20141104150224_add_data_to_notification.rb",
"db/migrate/20141117193436_add_seen_to_notifly_notification.rb",
"db/migrate/20141125165636_add_mail_to_notifly_notifications.rb",
"db/migrate/20141212122918_add_kind_to_notifly_notification.rb",
"lib/generators/notifly/install/install_generator.rb",
"lib/generators/notifly/install/templates/config/initializers/notifly.rb",
"lib/generators/notifly/install/utils.rb",
"lib/generators/notifly/views/views_generator.rb",
"lib/notifly.rb",
"lib/notifly/engine.rb",
"lib/notifly/models/base.rb",
"lib/notifly/models/flyable.rb",
"lib/notifly/models/notifiable.rb",
"lib/notifly/models/options/fly.rb",
"lib/notifly/railtie.rb",
"lib/services/action_view_helper.rb",
"lib/services/notification_channel.rb",
"lib/tasks/notifly_tasks.rake",
"vendor/assets/javascripts/tinycon.js",
"vendor/assets/javascripts/twitter/bootstrap/dropdown.js",
"vendor/assets/stylesheets/twitter/bootstrap.css"
]
s.homepage = "https://github.com/algorich/notifly"
s.licenses = ["MIT"]
s.rubygems_version = "2.2.2"
s.summary = "A full notification system"
if s.respond_to? :specification_version then
s.specification_version = 4
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<rails>, ["~> 4"])
s.add_runtime_dependency(%q<jquery-rails>, ["< 5", ">= 3.0"])
s.add_runtime_dependency(%q<font-awesome-rails>, ["~> 4.2.0"])
s.add_runtime_dependency(%q<coffee-rails>, ["~> 4.0.0"])
s.add_development_dependency(%q<pg>, [">= 0"])
s.add_development_dependency(%q<pry-rails>, [">= 0"])
s.add_development_dependency(%q<pry-rescue>, [">= 0"])
s.add_development_dependency(%q<awesome_print>, [">= 0"])
s.add_development_dependency(%q<websocket-rails>, ["~> 0.7.0"])
s.add_development_dependency(%q<thin>, [">= 0"])
s.add_development_dependency(%q<better_errors>, [">= 0"])
s.add_development_dependency(%q<binding_of_caller>, [">= 0"])
s.add_development_dependency(%q<jeweler>, [">= 0"])
else
s.add_dependency(%q<rails>, ["~> 4"])
s.add_dependency(%q<jquery-rails>, ["< 5", ">= 3.0"])
s.add_dependency(%q<font-awesome-rails>, ["~> 4.2.0"])
s.add_dependency(%q<coffee-rails>, ["~> 4.0.0"])
s.add_dependency(%q<pg>, [">= 0"])
s.add_dependency(%q<pry-rails>, [">= 0"])
s.add_dependency(%q<pry-rescue>, [">= 0"])
s.add_dependency(%q<awesome_print>, [">= 0"])
s.add_dependency(%q<websocket-rails>, ["~> 0.7.0"])
s.add_dependency(%q<thin>, [">= 0"])
s.add_dependency(%q<better_errors>, [">= 0"])
s.add_dependency(%q<binding_of_caller>, [">= 0"])
s.add_dependency(%q<jeweler>, [">= 0"])
end
else
s.add_dependency(%q<rails>, ["~> 4"])
s.add_dependency(%q<jquery-rails>, ["< 5", ">= 3.0"])
s.add_dependency(%q<font-awesome-rails>, ["~> 4.2.0"])
s.add_dependency(%q<coffee-rails>, ["~> 4.0.0"])
s.add_dependency(%q<pg>, [">= 0"])
s.add_dependency(%q<pry-rails>, [">= 0"])
s.add_dependency(%q<pry-rescue>, [">= 0"])
s.add_dependency(%q<awesome_print>, [">= 0"])
s.add_dependency(%q<websocket-rails>, ["~> 0.7.0"])
s.add_dependency(%q<thin>, [">= 0"])
s.add_dependency(%q<better_errors>, [">= 0"])
s.add_dependency(%q<binding_of_caller>, [">= 0"])
s.add_dependency(%q<jeweler>, [">= 0"])
end
end