towncrier 1.0.1 → 1.0.2
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.
- checksums.yaml +8 -8
- data/lib/towncrier/version.rb +1 -1
- metadata +13 -12
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MjRkMzJmMjMxMGUzNzA0MzM3ZjJhNmUzYzg3YTAzOTQ1YmM3ODRkZQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
Zjk4NTBhOTg4ZTIxZjg1ZWQwNzMwNWUxYjg5MDI5NDNlNGFmNWM0Nw==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YzAyYTQzZTVjNDU3OTZiYWJkYTViMmNmMmYyOTI4YjBkZDAzZWNiMjM2MzNk
|
|
10
|
+
ODQ3MWY3NGM0OGFhYmRmYzgzODU2N2E3ZGE5Y2IyY2ExNzQxMjhjMjZkNzZh
|
|
11
|
+
ZGY0Zjk1M2VhNTA5MTdmMjBlZTQ1MzQ0MzQ3MjM0NjliY2Q5ZmY=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YTY5MThkZDMzMDA5N2FhZWVmYmExNjcwNjJhNDBmMWQxMmIzOTNiNTRjZDJl
|
|
14
|
+
MDQ1Y2E2NTc5YjFjMGRlMjRhZGNmMDgzMDM2MDE2NTAxOWM5Y2Q1ZmNmYjhk
|
|
15
|
+
N2Y1MDE0ZmNhZjA2YTJjY2QxOWVmZDk3YmVmOTc3YzdjNmE4YjI=
|
data/lib/towncrier/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: towncrier
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Lesches
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2015-08-11 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.0.0
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- -
|
|
24
|
+
- - ! '>='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: 4.0.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
@@ -60,11 +60,15 @@ executables: []
|
|
|
60
60
|
extensions: []
|
|
61
61
|
extra_rdoc_files: []
|
|
62
62
|
files:
|
|
63
|
+
- MIT-LICENSE
|
|
64
|
+
- README.md
|
|
65
|
+
- Rakefile
|
|
63
66
|
- app/assets/javascripts/towncrier.js
|
|
64
67
|
- lib/generators/templates/create_towncries_table.rb
|
|
65
68
|
- lib/generators/templates/towncrier.yml
|
|
66
69
|
- lib/generators/templates/towncry.rb
|
|
67
70
|
- lib/generators/towncrier_generator.rb
|
|
71
|
+
- lib/towncrier.rb
|
|
68
72
|
- lib/towncrier/active_record_extensions.rb
|
|
69
73
|
- lib/towncrier/base.rb
|
|
70
74
|
- lib/towncrier/config.rb
|
|
@@ -76,10 +80,8 @@ files:
|
|
|
76
80
|
- lib/towncrier/version.rb
|
|
77
81
|
- lib/towncrier/workers/resque.rb
|
|
78
82
|
- lib/towncrier/workers/sidekiq.rb
|
|
79
|
-
-
|
|
80
|
-
-
|
|
81
|
-
- Rakefile
|
|
82
|
-
- README.md
|
|
83
|
+
- test/dummy/README.rdoc
|
|
84
|
+
- test/dummy/Rakefile
|
|
83
85
|
- test/dummy/app/assets/javascripts/application.js
|
|
84
86
|
- test/dummy/app/assets/stylesheets/application.css
|
|
85
87
|
- test/dummy/app/controllers/application_controller.rb
|
|
@@ -88,6 +90,7 @@ files:
|
|
|
88
90
|
- test/dummy/bin/bundle
|
|
89
91
|
- test/dummy/bin/rails
|
|
90
92
|
- test/dummy/bin/rake
|
|
93
|
+
- test/dummy/config.ru
|
|
91
94
|
- test/dummy/config/application.rb
|
|
92
95
|
- test/dummy/config/boot.rb
|
|
93
96
|
- test/dummy/config/database.yml
|
|
@@ -104,7 +107,6 @@ files:
|
|
|
104
107
|
- test/dummy/config/initializers/wrap_parameters.rb
|
|
105
108
|
- test/dummy/config/locales/en.yml
|
|
106
109
|
- test/dummy/config/routes.rb
|
|
107
|
-
- test/dummy/config.ru
|
|
108
110
|
- test/dummy/db/development.sqlite3
|
|
109
111
|
- test/dummy/db/test.sqlite3
|
|
110
112
|
- test/dummy/log/development.log
|
|
@@ -112,8 +114,6 @@ files:
|
|
|
112
114
|
- test/dummy/public/422.html
|
|
113
115
|
- test/dummy/public/500.html
|
|
114
116
|
- test/dummy/public/favicon.ico
|
|
115
|
-
- test/dummy/Rakefile
|
|
116
|
-
- test/dummy/README.rdoc
|
|
117
117
|
- test/test_helper.rb
|
|
118
118
|
- test/towncrier_test.rb
|
|
119
119
|
homepage: https://github.com/davidlesches/towncrier
|
|
@@ -135,7 +135,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
135
135
|
version: '0'
|
|
136
136
|
requirements: []
|
|
137
137
|
rubyforge_project:
|
|
138
|
-
rubygems_version: 2.
|
|
138
|
+
rubygems_version: 2.4.8
|
|
139
139
|
signing_key:
|
|
140
140
|
specification_version: 4
|
|
141
141
|
summary: Pub/Sub Notifications for Rails Apps
|
|
@@ -176,3 +176,4 @@ test_files:
|
|
|
176
176
|
- test/dummy/README.rdoc
|
|
177
177
|
- test/test_helper.rb
|
|
178
178
|
- test/towncrier_test.rb
|
|
179
|
+
has_rdoc:
|