gitlab_exception_notification 1.0.0 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. checksums.yaml +4 -4
  2. data/MIT-LICENSE +0 -0
  3. data/Rakefile +0 -0
  4. data/lib/gitlab_exception_notification.rb +0 -0
  5. data/lib/gitlab_exception_notification/gitlab_notifier.rb +0 -0
  6. data/lib/gitlab_exception_notification/issue.rb +0 -0
  7. data/lib/gitlab_exception_notification/version.rb +1 -1
  8. data/test/dummy/README.rdoc +0 -0
  9. data/test/dummy/Rakefile +0 -0
  10. data/test/dummy/app/assets/javascripts/application.js +0 -0
  11. data/test/dummy/app/assets/stylesheets/application.css +0 -0
  12. data/test/dummy/app/controllers/application_controller.rb +0 -0
  13. data/test/dummy/app/helpers/application_helper.rb +0 -0
  14. data/test/dummy/app/views/layouts/application.html.erb +0 -0
  15. data/test/dummy/config.ru +0 -0
  16. data/test/dummy/config/application.rb +0 -0
  17. data/test/dummy/config/boot.rb +0 -0
  18. data/test/dummy/config/database.yml +0 -0
  19. data/test/dummy/config/environment.rb +0 -0
  20. data/test/dummy/config/environments/development.rb +0 -0
  21. data/test/dummy/config/environments/production.rb +0 -0
  22. data/test/dummy/config/environments/test.rb +0 -0
  23. data/test/dummy/config/initializers/assets.rb +0 -0
  24. data/test/dummy/config/initializers/backtrace_silencers.rb +0 -0
  25. data/test/dummy/config/initializers/cookies_serializer.rb +0 -0
  26. data/test/dummy/config/initializers/filter_parameter_logging.rb +0 -0
  27. data/test/dummy/config/initializers/inflections.rb +0 -0
  28. data/test/dummy/config/initializers/mime_types.rb +0 -0
  29. data/test/dummy/config/initializers/session_store.rb +0 -0
  30. data/test/dummy/config/initializers/wrap_parameters.rb +0 -0
  31. data/test/dummy/config/locales/en.yml +0 -0
  32. data/test/dummy/config/routes.rb +0 -0
  33. data/test/dummy/config/secrets.yml +0 -0
  34. data/test/dummy/public/404.html +0 -0
  35. data/test/dummy/public/422.html +0 -0
  36. data/test/dummy/public/500.html +0 -0
  37. data/test/dummy/public/favicon.ico +0 -0
  38. data/test/gitlab_exception_notification_test.rb +0 -0
  39. data/test/test_helper.rb +0 -0
  40. metadata +8 -9
  41. data/README.rdoc +0 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5605432556fe4818136d9665283a4cdc2539df00
4
- data.tar.gz: d6e6c3db460a7b0042426ed2effe0cd4e35d41d9
3
+ metadata.gz: 05e350f92a0ff8559200fa1bd5340a686c3febf9
4
+ data.tar.gz: a2801371fe60a17f629e28c5a2281543eefed19b
5
5
  SHA512:
6
- metadata.gz: e39f635df1ecf5bec0c02398b1b2ed7c2f8e1a4b65c6c47ab526df220db91d8fa433961a7c6bdbfc23846050e4aa67c94f0080f2b9ce8e88ed4e21ec32f75a43
7
- data.tar.gz: c5455fef59681269060cd1867fe423e4dcdcc5348d0ae490e2f3d89d72e66a45e5de9b94f94a2c04e1d5fc8aec1b83fb657d53ae464b1b0dfd8997ec72fdf2b2
6
+ metadata.gz: 9ec68a6254205a729627d3f779e3b2b89dd595f361ab289dc08120df6d206d69c5185c0b3b7c173ec0e5f6699c5ca5299c51e22e9eedb334cd9faf4f21d0f549
7
+ data.tar.gz: 21562ad1b2070b0ca0467c14c0584d433514d1ba1c4738ba605b38fd780bab8df9159271025f1bf6c8527d4c2fe49399d10bb340a4d9e23f2b6b1c883b615705
data/MIT-LICENSE CHANGED
File without changes
data/Rakefile CHANGED
File without changes
File without changes
File without changes
File without changes
@@ -1,3 +1,3 @@
1
1
  module GitlabExceptionNotification
2
- VERSION = "1.0.0"
2
+ VERSION = "1.1.0"
3
3
  end
File without changes
data/test/dummy/Rakefile CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
data/test/dummy/config.ru CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
data/test/test_helper.rb CHANGED
File without changes
metadata CHANGED
@@ -1,20 +1,20 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab_exception_notification
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andre Aubin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-09 00:00:00.000000000 Z
11
+ date: 2016-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '4.2'
20
20
  - - ">="
@@ -24,7 +24,7 @@ dependencies:
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
- - - "~>"
27
+ - - ">="
28
28
  - !ruby/object:Gem::Version
29
29
  version: '4.2'
30
30
  - - ">="
@@ -34,7 +34,7 @@ dependencies:
34
34
  name: exception_notification
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
- - - "~>"
37
+ - - ">="
38
38
  - !ruby/object:Gem::Version
39
39
  version: '4.0'
40
40
  - - ">="
@@ -44,7 +44,7 @@ dependencies:
44
44
  prerelease: false
45
45
  version_requirements: !ruby/object:Gem::Requirement
46
46
  requirements:
47
- - - "~>"
47
+ - - ">="
48
48
  - !ruby/object:Gem::Version
49
49
  version: '4.0'
50
50
  - - ">="
@@ -54,7 +54,7 @@ dependencies:
54
54
  name: gitlab
55
55
  requirement: !ruby/object:Gem::Requirement
56
56
  requirements:
57
- - - "~>"
57
+ - - ">="
58
58
  - !ruby/object:Gem::Version
59
59
  version: '3.5'
60
60
  - - ">="
@@ -64,7 +64,7 @@ dependencies:
64
64
  prerelease: false
65
65
  version_requirements: !ruby/object:Gem::Requirement
66
66
  requirements:
67
- - - "~>"
67
+ - - ">="
68
68
  - !ruby/object:Gem::Version
69
69
  version: '3.5'
70
70
  - - ">="
@@ -78,7 +78,6 @@ extensions: []
78
78
  extra_rdoc_files: []
79
79
  files:
80
80
  - MIT-LICENSE
81
- - README.rdoc
82
81
  - Rakefile
83
82
  - lib/gitlab_exception_notification.rb
84
83
  - lib/gitlab_exception_notification/gitlab_notifier.rb
data/README.rdoc DELETED
@@ -1,3 +0,0 @@
1
- = Gitlab Exception Notification
2
-
3
- Automatically create, open and updates Gitlab issues on rails exceptions.