got_fixed 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: got_fixed
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastien Saunier
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-30 00:00:00.000000000 Z
11
+ date: 2013-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -115,22 +115,14 @@ executables: []
115
115
  extensions: []
116
116
  extra_rdoc_files: []
117
117
  files:
118
- - app/assets/javascripts/got_fixed/application.js
119
- - app/assets/javascripts/got_fixed/issues.js
120
- - app/assets/stylesheets/got_fixed/application.css
121
- - app/assets/stylesheets/got_fixed/issues.css
122
- - app/assets/stylesheets/scaffold.css
123
118
  - app/controllers/got_fixed/application_controller.rb
124
119
  - app/controllers/got_fixed/issues_controller.rb
125
- - app/helpers/got_fixed/application_helper.rb
126
- - app/helpers/got_fixed/issues_helper.rb
127
120
  - app/mailers/got_fixed/user_mailer.rb
128
121
  - app/models/got_fixed/issue.rb
129
122
  - app/models/got_fixed/user.rb
130
123
  - app/views/got_fixed/issues/index.html.erb
131
124
  - app/views/got_fixed/issues/subscribe.js.erb
132
125
  - app/views/got_fixed/user_mailer/issue_got_fixed_email.text.erb
133
- - app/views/layouts/got_fixed/application.html.erb
134
126
  - config/initializers/got_fixed.rb
135
127
  - config/routes.rb
136
128
  - db/migrate/20130912175851_create_got_fixed_issues.rb
@@ -141,13 +133,15 @@ files:
141
133
  - db/migrate/20130929180909_unique_user_emails.rb
142
134
  - lib/generators/got_fixed/install/install_generator.rb
143
135
  - lib/generators/got_fixed/install/templates/got_fixed.yml
136
+ - lib/generators/got_fixed/install/templates/views/got_fixed/issues/index.html.erb
137
+ - lib/generators/got_fixed/install/templates/views/got_fixed/issues/subscribe.js.erb
138
+ - lib/generators/got_fixed/install/templates/views/got_fixed/user_mailer/issue_got_fixed_email.text.erb
144
139
  - lib/got_fixed/adapters/github.rb
145
140
  - lib/got_fixed/engine.rb
146
141
  - lib/got_fixed/issue_factory.rb
147
142
  - lib/got_fixed/receivers/github_webhook.rb
148
143
  - lib/got_fixed/version.rb
149
144
  - lib/got_fixed.rb
150
- - lib/tasks/auto_annotate_models.rake
151
145
  - lib/tasks/got_fixed_tasks.rake
152
146
  - LICENSE.txt
153
147
  - Rakefile
@@ -310,4 +304,3 @@ test_files:
310
304
  - spec/models/got_fixed/user_spec.rb
311
305
  - spec/routing/got_fixed/issues_routing_spec.rb
312
306
  - spec/spec_helper.rb
313
- has_rdoc:
@@ -1,15 +0,0 @@
1
- // This is a manifest file that'll be compiled into application.js, which will include all the files
2
- // listed below.
3
- //
4
- // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
5
- // or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path.
6
- //
7
- // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
8
- // the compiled file.
9
- //
10
- // WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD
11
- // GO AFTER THE REQUIRES BELOW.
12
- //
13
- //= require jquery
14
- //= require jquery_ujs
15
- //= require_tree .
@@ -1,2 +0,0 @@
1
- // Place all the behaviors and hooks related to the matching controller here.
2
- // All this logic will automatically be available in application.js.
@@ -1,13 +0,0 @@
1
- /*
2
- * This is a manifest file that'll be compiled into application.css, which will include all the files
3
- * listed below.
4
- *
5
- * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
6
- * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
7
- *
8
- * You're free to add application-wide styles to this file and they'll appear at the top of the
9
- * compiled file, but it's generally better to create a new file per style scope.
10
- *
11
- *= require_self
12
- *= require_tree .
13
- */
@@ -1,4 +0,0 @@
1
- /*
2
- Place all the styles related to the matching controller here.
3
- They will automatically be included in application.css.
4
- */
@@ -1,56 +0,0 @@
1
- body { background-color: #fff; color: #333; }
2
-
3
- body, p, ol, ul, td {
4
- font-family: verdana, arial, helvetica, sans-serif;
5
- font-size: 13px;
6
- line-height: 18px;
7
- }
8
-
9
- pre {
10
- background-color: #eee;
11
- padding: 10px;
12
- font-size: 11px;
13
- }
14
-
15
- a { color: #000; }
16
- a:visited { color: #666; }
17
- a:hover { color: #fff; background-color:#000; }
18
-
19
- div.field, div.actions {
20
- margin-bottom: 10px;
21
- }
22
-
23
- #notice {
24
- color: green;
25
- }
26
-
27
- .field_with_errors {
28
- padding: 2px;
29
- background-color: red;
30
- display: table;
31
- }
32
-
33
- #error_explanation {
34
- width: 450px;
35
- border: 2px solid red;
36
- padding: 7px;
37
- padding-bottom: 0;
38
- margin-bottom: 20px;
39
- background-color: #f0f0f0;
40
- }
41
-
42
- #error_explanation h2 {
43
- text-align: left;
44
- font-weight: bold;
45
- padding: 5px 5px 5px 15px;
46
- font-size: 12px;
47
- margin: -7px;
48
- margin-bottom: 0px;
49
- background-color: #c00;
50
- color: #fff;
51
- }
52
-
53
- #error_explanation ul li {
54
- font-size: 12px;
55
- list-style: square;
56
- }
@@ -1,4 +0,0 @@
1
- module GotFixed
2
- module ApplicationHelper
3
- end
4
- end
@@ -1,4 +0,0 @@
1
- module GotFixed
2
- module IssuesHelper
3
- end
4
- end
@@ -1,14 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>GotFixed</title>
5
- <%= stylesheet_link_tag "got_fixed/application", :media => "all" %>
6
- <%= javascript_include_tag "got_fixed/application" %>
7
- <%= csrf_meta_tags %>
8
- </head>
9
- <body>
10
-
11
- <%= yield %>
12
-
13
- </body>
14
- </html>
@@ -1,34 +0,0 @@
1
- # NOTE: only doing this in development as some production environments (Heroku)
2
- # NOTE: are sensitive to local FS writes, and besides -- it's just not proper
3
- # NOTE: to have a dev-mode tool do its thing in production.
4
- if(Rails.env.development?)
5
- task :set_annotation_options do
6
- # You can override any of these by setting an environment variable of the
7
- # same name.
8
- Annotate.set_defaults({
9
- 'position_in_routes' => "before",
10
- 'position_in_class' => "before",
11
- 'position_in_test' => "before",
12
- 'position_in_fixture' => "before",
13
- 'position_in_factory' => "before",
14
- 'show_indexes' => "true",
15
- 'simple_indexes' => "false",
16
- 'model_dir' => "app/models",
17
- 'include_version' => "false",
18
- 'require' => "",
19
- 'exclude_tests' => "false",
20
- 'exclude_fixtures' => "false",
21
- 'exclude_factories' => "false",
22
- 'ignore_model_sub_dir' => "false",
23
- 'skip_on_db_migrate' => "false",
24
- 'format_bare' => "true",
25
- 'format_rdoc' => "false",
26
- 'format_markdown' => "false",
27
- 'sort' => "false",
28
- 'force' => "false",
29
- 'trace' => "false",
30
- })
31
- end
32
-
33
- Annotate.load_tasks
34
- end