rails-footnotes 7.1.0 → 7.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rails-footnotes/notes/log_note/note_logger.rb +1 -0
  3. data/lib/rails-footnotes/version.rb +1 -1
  4. metadata +7 -71
  5. data/.github/dependabot.yml +0 -10
  6. data/.github/workflows/ci.yml +0 -19
  7. data/.github/workflows/merge-dependabot.yml +0 -33
  8. data/.gitignore +0 -10
  9. data/.rspec.example +0 -1
  10. data/.ruby-version +0 -1
  11. data/Gemfile +0 -15
  12. data/Gemfile.lock +0 -256
  13. data/Rakefile +0 -18
  14. data/bin/rake +0 -29
  15. data/bin/rspec +0 -29
  16. data/gemfiles/Gemfile.rails-3.2.22 +0 -5
  17. data/gemfiles/Gemfile.rails-4.0.x +0 -6
  18. data/gemfiles/Gemfile.rails-4.1.x +0 -5
  19. data/gemfiles/Gemfile.rails-4.2.x +0 -5
  20. data/gemfiles/Gemfile.rails-edge +0 -5
  21. data/rails-footnotes.gemspec +0 -19
  22. data/renovate.json +0 -5
  23. data/spec/abstract_note_spec.rb +0 -89
  24. data/spec/app/assets/config/manifest.js +0 -2
  25. data/spec/app/assets/javascripts/foobar.js +0 -1
  26. data/spec/app/assets/stylesheets/foobar.css +0 -0
  27. data/spec/app/views/files/index.html.erb +0 -1
  28. data/spec/app/views/layouts/application.html.erb +0 -12
  29. data/spec/app/views/partials/_foo.html.erb +0 -1
  30. data/spec/app/views/partials/index.html.erb +0 -1
  31. data/spec/controllers/files_note_controller_spec.rb +0 -38
  32. data/spec/controllers/footnotes_controller_spec.rb +0 -128
  33. data/spec/controllers/log_note_controller_spec.rb +0 -32
  34. data/spec/controllers/partials_note_controller_spec.rb +0 -28
  35. data/spec/env_note_spec.rb +0 -73
  36. data/spec/fixtures/html_download.html +0 -5
  37. data/spec/footnotes_spec.rb +0 -267
  38. data/spec/notes/assigns_note_spec.rb +0 -68
  39. data/spec/notes/controller_note_spec.rb +0 -12
  40. data/spec/notes/files_note_spec.rb +0 -26
  41. data/spec/notes/javascripts_note_spec.rb +0 -18
  42. data/spec/notes/stylesheets_note_spec.rb +0 -19
  43. data/spec/notes/view_note_spec.rb +0 -18
  44. data/spec/spec_helper.rb +0 -68
  45. data/spec/support/active_record.rb +0 -22
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4f98d5ae9b9f251a97cd10f8f25b3ea95f264dbf0411e62a90b50d1d34986f41
4
- data.tar.gz: 7a1db44435b792e7d85eedbae1c2c181c1fc7bd600e3b25f4da866aa3b097c00
3
+ metadata.gz: 939d261194f8dbbbf6bed93e5e5dad2bee6cd48e53166123bac490abde48073e
4
+ data.tar.gz: f50869671bda84cc1caa8996618c06c6ebfaecc479391fcee22af32f25292e9f
5
5
  SHA512:
6
- metadata.gz: 6799b7e320c40d7ccaa00f0a6cd3be1fc03d244b8ec796a91cbca4c1aa7a496ba507847b637812ab7ddc5c8124abeed48ea5b06ed96e25b96a41b58c51ef69a0
7
- data.tar.gz: cc54db647f5d0fa4632816479f69a3e411505b4cf0691684ab96f78f9589aa010a4b5e09a0b32fe152efb3390cda9771fa74967ce90389850743527473971221
6
+ metadata.gz: 7e3457ae76958cf954eeb7c91a96ef023039f14de8ed8d1126c281a5dbdd922c237c6db5c3416a156151a94cd87f4a14fd5ef1b6d02e321cb9b4a86f391eafcb
7
+ data.tar.gz: ad9d683312f95e78a489ba00cd4148f5a78dc5df08257ec73a609a2d251eab31ff6884dc27f915c3aa8265d5c9ff50517048d9b70053e4bdc4285b0218128d1f
@@ -5,6 +5,7 @@ module Footnotes
5
5
 
6
6
  def initialize(logs)
7
7
  @logs = logs
8
+ super(nil)
8
9
  end
9
10
 
10
11
  def add(severity, message = nil, progname = nil, &block)
@@ -1,3 +1,3 @@
1
1
  module Footnotes
2
- VERSION = "7.1.0"
2
+ VERSION = "7.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-footnotes
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.1.0
4
+ version: 7.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roman V. Babenko
@@ -10,10 +10,10 @@ authors:
10
10
  - Duane Johnson
11
11
  - Adrien Siami
12
12
  - André Arko
13
- autorequire:
13
+ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
- date: 2023-12-04 00:00:00.000000000 Z
16
+ date: 2024-05-09 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: rails
@@ -37,25 +37,9 @@ executables: []
37
37
  extensions: []
38
38
  extra_rdoc_files: []
39
39
  files:
40
- - ".github/dependabot.yml"
41
- - ".github/workflows/ci.yml"
42
- - ".github/workflows/merge-dependabot.yml"
43
- - ".gitignore"
44
- - ".rspec.example"
45
- - ".ruby-version"
46
40
  - CHANGELOG
47
- - Gemfile
48
- - Gemfile.lock
49
41
  - MIT-LICENSE
50
42
  - README.md
51
- - Rakefile
52
- - bin/rake
53
- - bin/rspec
54
- - gemfiles/Gemfile.rails-3.2.22
55
- - gemfiles/Gemfile.rails-4.0.x
56
- - gemfiles/Gemfile.rails-4.1.x
57
- - gemfiles/Gemfile.rails-4.2.x
58
- - gemfiles/Gemfile.rails-edge
59
43
  - lib/generators/rails_footnotes/install_generator.rb
60
44
  - lib/generators/templates/rails_footnotes.rb
61
45
  - lib/rails-footnotes.rb
@@ -82,35 +66,10 @@ files:
82
66
  - lib/rails-footnotes/notes/stylesheets_note.rb
83
67
  - lib/rails-footnotes/notes/view_note.rb
84
68
  - lib/rails-footnotes/version.rb
85
- - rails-footnotes.gemspec
86
- - renovate.json
87
- - spec/abstract_note_spec.rb
88
- - spec/app/assets/config/manifest.js
89
- - spec/app/assets/javascripts/foobar.js
90
- - spec/app/assets/stylesheets/foobar.css
91
- - spec/app/views/files/index.html.erb
92
- - spec/app/views/layouts/application.html.erb
93
- - spec/app/views/partials/_foo.html.erb
94
- - spec/app/views/partials/index.html.erb
95
- - spec/controllers/files_note_controller_spec.rb
96
- - spec/controllers/footnotes_controller_spec.rb
97
- - spec/controllers/log_note_controller_spec.rb
98
- - spec/controllers/partials_note_controller_spec.rb
99
- - spec/env_note_spec.rb
100
- - spec/fixtures/html_download.html
101
- - spec/footnotes_spec.rb
102
- - spec/notes/assigns_note_spec.rb
103
- - spec/notes/controller_note_spec.rb
104
- - spec/notes/files_note_spec.rb
105
- - spec/notes/javascripts_note_spec.rb
106
- - spec/notes/stylesheets_note_spec.rb
107
- - spec/notes/view_note_spec.rb
108
- - spec/spec_helper.rb
109
- - spec/support/active_record.rb
110
69
  homepage: http://github.com/indirect/rails-footnotes
111
70
  licenses: []
112
71
  metadata: {}
113
- post_install_message:
72
+ post_install_message:
114
73
  rdoc_options: []
115
74
  require_paths:
116
75
  - lib
@@ -125,32 +84,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
125
84
  - !ruby/object:Gem::Version
126
85
  version: '0'
127
86
  requirements: []
128
- rubygems_version: 3.4.10
129
- signing_key:
87
+ rubygems_version: 3.5.9
88
+ signing_key:
130
89
  specification_version: 4
131
90
  summary: Every Rails page has footnotes that gives information about your application
132
91
  and links back to your editor.
133
- test_files:
134
- - spec/abstract_note_spec.rb
135
- - spec/app/assets/config/manifest.js
136
- - spec/app/assets/javascripts/foobar.js
137
- - spec/app/assets/stylesheets/foobar.css
138
- - spec/app/views/files/index.html.erb
139
- - spec/app/views/layouts/application.html.erb
140
- - spec/app/views/partials/_foo.html.erb
141
- - spec/app/views/partials/index.html.erb
142
- - spec/controllers/files_note_controller_spec.rb
143
- - spec/controllers/footnotes_controller_spec.rb
144
- - spec/controllers/log_note_controller_spec.rb
145
- - spec/controllers/partials_note_controller_spec.rb
146
- - spec/env_note_spec.rb
147
- - spec/fixtures/html_download.html
148
- - spec/footnotes_spec.rb
149
- - spec/notes/assigns_note_spec.rb
150
- - spec/notes/controller_note_spec.rb
151
- - spec/notes/files_note_spec.rb
152
- - spec/notes/javascripts_note_spec.rb
153
- - spec/notes/stylesheets_note_spec.rb
154
- - spec/notes/view_note_spec.rb
155
- - spec/spec_helper.rb
156
- - spec/support/active_record.rb
92
+ test_files: []
@@ -1,10 +0,0 @@
1
- version: 2
2
- updates:
3
- - package-ecosystem: "github-actions"
4
- directory: "/"
5
- schedule:
6
- interval: "daily"
7
- - package-ecosystem: "bundler"
8
- directory: "/"
9
- schedule:
10
- interval: "daily"
@@ -1,19 +0,0 @@
1
- name: CI
2
-
3
- on:
4
- push:
5
- branches: [ main ]
6
- pull_request:
7
- branches: [ main ]
8
-
9
- jobs:
10
- test:
11
- runs-on: ubuntu-latest
12
- steps:
13
- - uses: actions/checkout@v4
14
- - name: Set up Ruby
15
- uses: ruby/setup-ruby@v1
16
- with:
17
- bundler-cache: true
18
- - name: Run tests
19
- run: bin/rspec
@@ -1,33 +0,0 @@
1
- name: "Merge updates"
2
- on:
3
- workflow_run:
4
- workflows: ["CI"]
5
- types: ["completed"]
6
- branches: ["dependabot/**"]
7
- jobs:
8
- merge:
9
- name: "Merge"
10
- runs-on: "ubuntu-latest"
11
- permissions:
12
- contents: write
13
- issues: write
14
- pull-requests: write
15
- if: >
16
- github.event.workflow_run.event == 'pull_request' &&
17
- github.event.workflow_run.conclusion == 'success' &&
18
- github.actor == 'dependabot[bot]'
19
- steps:
20
- - name: "Merge pull request"
21
- uses: "actions/github-script@v7"
22
- with:
23
- github-token: "${{ secrets.GITHUB_TOKEN }}"
24
- script: |
25
- const pullRequest = context.payload.workflow_run.pull_requests[0]
26
- const repository = context.repo
27
-
28
- await github.rest.pulls.merge({
29
- merge_method: "merge",
30
- owner: repository.owner,
31
- pull_number: pullRequest.number,
32
- repo: repository.repo,
33
- })
data/.gitignore DELETED
@@ -1,10 +0,0 @@
1
- *.gem
2
- .bundle
3
- .rspec_results
4
- /coverage
5
- /doc
6
- /myapp
7
- pkg/*
8
- spec/log
9
- spec/tmp
10
- tags
data/.rspec.example DELETED
@@ -1 +0,0 @@
1
- --color
data/.ruby-version DELETED
@@ -1 +0,0 @@
1
- 3.2.2
data/Gemfile DELETED
@@ -1,15 +0,0 @@
1
- source "https://rubygems.org"
2
-
3
- gemspec
4
-
5
- ruby file: ".ruby-version"
6
-
7
- gem "capybara", "~> 3.35"
8
- gem "gem-release", "~> 2.2"
9
- gem "matrix", "~> 0.4.2"
10
- gem "nokogiri", "~> 1.12"
11
- gem "pry", "~> 0.14.1"
12
- gem "rake", "~> 13.0"
13
- gem "rspec-rails", "~> 6.0"
14
- gem "sprockets-rails", "~> 3.2"
15
- gem "sqlite3", "~> 1.6"
data/Gemfile.lock DELETED
@@ -1,256 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- rails-footnotes (7.1.0)
5
- rails (~> 7.0)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- actioncable (7.1.2)
11
- actionpack (= 7.1.2)
12
- activesupport (= 7.1.2)
13
- nio4r (~> 2.0)
14
- websocket-driver (>= 0.6.1)
15
- zeitwerk (~> 2.6)
16
- actionmailbox (7.1.2)
17
- actionpack (= 7.1.2)
18
- activejob (= 7.1.2)
19
- activerecord (= 7.1.2)
20
- activestorage (= 7.1.2)
21
- activesupport (= 7.1.2)
22
- mail (>= 2.7.1)
23
- net-imap
24
- net-pop
25
- net-smtp
26
- actionmailer (7.1.2)
27
- actionpack (= 7.1.2)
28
- actionview (= 7.1.2)
29
- activejob (= 7.1.2)
30
- activesupport (= 7.1.2)
31
- mail (~> 2.5, >= 2.5.4)
32
- net-imap
33
- net-pop
34
- net-smtp
35
- rails-dom-testing (~> 2.2)
36
- actionpack (7.1.2)
37
- actionview (= 7.1.2)
38
- activesupport (= 7.1.2)
39
- nokogiri (>= 1.8.5)
40
- racc
41
- rack (>= 2.2.4)
42
- rack-session (>= 1.0.1)
43
- rack-test (>= 0.6.3)
44
- rails-dom-testing (~> 2.2)
45
- rails-html-sanitizer (~> 1.6)
46
- actiontext (7.1.2)
47
- actionpack (= 7.1.2)
48
- activerecord (= 7.1.2)
49
- activestorage (= 7.1.2)
50
- activesupport (= 7.1.2)
51
- globalid (>= 0.6.0)
52
- nokogiri (>= 1.8.5)
53
- actionview (7.1.2)
54
- activesupport (= 7.1.2)
55
- builder (~> 3.1)
56
- erubi (~> 1.11)
57
- rails-dom-testing (~> 2.2)
58
- rails-html-sanitizer (~> 1.6)
59
- activejob (7.1.2)
60
- activesupport (= 7.1.2)
61
- globalid (>= 0.3.6)
62
- activemodel (7.1.2)
63
- activesupport (= 7.1.2)
64
- activerecord (7.1.2)
65
- activemodel (= 7.1.2)
66
- activesupport (= 7.1.2)
67
- timeout (>= 0.4.0)
68
- activestorage (7.1.2)
69
- actionpack (= 7.1.2)
70
- activejob (= 7.1.2)
71
- activerecord (= 7.1.2)
72
- activesupport (= 7.1.2)
73
- marcel (~> 1.0)
74
- activesupport (7.1.2)
75
- base64
76
- bigdecimal
77
- concurrent-ruby (~> 1.0, >= 1.0.2)
78
- connection_pool (>= 2.2.5)
79
- drb
80
- i18n (>= 1.6, < 2)
81
- minitest (>= 5.1)
82
- mutex_m
83
- tzinfo (~> 2.0)
84
- addressable (2.8.5)
85
- public_suffix (>= 2.0.2, < 6.0)
86
- base64 (0.2.0)
87
- bigdecimal (3.1.4)
88
- builder (3.2.4)
89
- capybara (3.39.2)
90
- addressable
91
- matrix
92
- mini_mime (>= 0.1.3)
93
- nokogiri (~> 1.8)
94
- rack (>= 1.6.0)
95
- rack-test (>= 0.6.3)
96
- regexp_parser (>= 1.5, < 3.0)
97
- xpath (~> 3.2)
98
- coderay (1.1.3)
99
- concurrent-ruby (1.2.2)
100
- connection_pool (2.4.1)
101
- crass (1.0.6)
102
- date (3.3.4)
103
- diff-lcs (1.5.0)
104
- drb (2.2.0)
105
- ruby2_keywords
106
- erubi (1.12.0)
107
- gem-release (2.2.2)
108
- globalid (1.2.1)
109
- activesupport (>= 6.1)
110
- i18n (1.14.1)
111
- concurrent-ruby (~> 1.0)
112
- io-console (0.6.0)
113
- irb (1.10.0)
114
- rdoc
115
- reline (>= 0.3.8)
116
- loofah (2.22.0)
117
- crass (~> 1.0.2)
118
- nokogiri (>= 1.12.0)
119
- mail (2.8.1)
120
- mini_mime (>= 0.1.1)
121
- net-imap
122
- net-pop
123
- net-smtp
124
- marcel (1.0.2)
125
- matrix (0.4.2)
126
- method_source (1.0.0)
127
- mini_mime (1.1.5)
128
- minitest (5.20.0)
129
- mutex_m (0.2.0)
130
- net-imap (0.4.7)
131
- date
132
- net-protocol
133
- net-pop (0.1.2)
134
- net-protocol
135
- net-protocol (0.2.2)
136
- timeout
137
- net-smtp (0.4.0)
138
- net-protocol
139
- nio4r (2.7.0)
140
- nokogiri (1.15.5-arm64-darwin)
141
- racc (~> 1.4)
142
- nokogiri (1.15.5-x86_64-linux)
143
- racc (~> 1.4)
144
- pry (0.14.2)
145
- coderay (~> 1.1)
146
- method_source (~> 1.0)
147
- psych (5.1.1.1)
148
- stringio
149
- public_suffix (5.0.4)
150
- racc (1.7.3)
151
- rack (3.0.8)
152
- rack-session (2.0.0)
153
- rack (>= 3.0.0)
154
- rack-test (2.1.0)
155
- rack (>= 1.3)
156
- rackup (2.1.0)
157
- rack (>= 3)
158
- webrick (~> 1.8)
159
- rails (7.1.2)
160
- actioncable (= 7.1.2)
161
- actionmailbox (= 7.1.2)
162
- actionmailer (= 7.1.2)
163
- actionpack (= 7.1.2)
164
- actiontext (= 7.1.2)
165
- actionview (= 7.1.2)
166
- activejob (= 7.1.2)
167
- activemodel (= 7.1.2)
168
- activerecord (= 7.1.2)
169
- activestorage (= 7.1.2)
170
- activesupport (= 7.1.2)
171
- bundler (>= 1.15.0)
172
- railties (= 7.1.2)
173
- rails-dom-testing (2.2.0)
174
- activesupport (>= 5.0.0)
175
- minitest
176
- nokogiri (>= 1.6)
177
- rails-html-sanitizer (1.6.0)
178
- loofah (~> 2.21)
179
- nokogiri (~> 1.14)
180
- railties (7.1.2)
181
- actionpack (= 7.1.2)
182
- activesupport (= 7.1.2)
183
- irb
184
- rackup (>= 1.0.0)
185
- rake (>= 12.2)
186
- thor (~> 1.0, >= 1.2.2)
187
- zeitwerk (~> 2.6)
188
- rake (13.1.0)
189
- rdoc (6.6.0)
190
- psych (>= 4.0.0)
191
- regexp_parser (2.8.2)
192
- reline (0.4.1)
193
- io-console (~> 0.5)
194
- rspec-core (3.12.2)
195
- rspec-support (~> 3.12.0)
196
- rspec-expectations (3.12.3)
197
- diff-lcs (>= 1.2.0, < 2.0)
198
- rspec-support (~> 3.12.0)
199
- rspec-mocks (3.12.6)
200
- diff-lcs (>= 1.2.0, < 2.0)
201
- rspec-support (~> 3.12.0)
202
- rspec-rails (6.1.0)
203
- actionpack (>= 6.1)
204
- activesupport (>= 6.1)
205
- railties (>= 6.1)
206
- rspec-core (~> 3.12)
207
- rspec-expectations (~> 3.12)
208
- rspec-mocks (~> 3.12)
209
- rspec-support (~> 3.12)
210
- rspec-support (3.12.1)
211
- ruby2_keywords (0.0.5)
212
- sprockets (4.2.1)
213
- concurrent-ruby (~> 1.0)
214
- rack (>= 2.2.4, < 4)
215
- sprockets-rails (3.4.2)
216
- actionpack (>= 5.2)
217
- activesupport (>= 5.2)
218
- sprockets (>= 3.0.0)
219
- sqlite3 (1.6.9-arm64-darwin)
220
- sqlite3 (1.6.9-x86_64-linux)
221
- stringio (3.1.0)
222
- thor (1.3.0)
223
- timeout (0.4.1)
224
- tzinfo (2.0.6)
225
- concurrent-ruby (~> 1.0)
226
- webrick (1.8.1)
227
- websocket-driver (0.7.6)
228
- websocket-extensions (>= 0.1.0)
229
- websocket-extensions (0.1.5)
230
- xpath (3.2.0)
231
- nokogiri (~> 1.8)
232
- zeitwerk (2.6.12)
233
-
234
- PLATFORMS
235
- arm64-darwin-20
236
- arm64-darwin-22
237
- arm64-darwin-23
238
- x86_64-linux
239
-
240
- DEPENDENCIES
241
- capybara (~> 3.35)
242
- gem-release (~> 2.2)
243
- matrix (~> 0.4.2)
244
- nokogiri (~> 1.12)
245
- pry (~> 0.14.1)
246
- rails-footnotes!
247
- rake (~> 13.0)
248
- rspec-rails (~> 6.0)
249
- sprockets-rails (~> 3.2)
250
- sqlite3 (~> 1.6)
251
-
252
- RUBY VERSION
253
- ruby 3.2.2p53
254
-
255
- BUNDLED WITH
256
- 2.4.22
data/Rakefile DELETED
@@ -1,18 +0,0 @@
1
- require 'bundler'
2
- Bundler::GemHelper.install_tasks
3
- require "rspec/core/rake_task"
4
- require 'rdoc/task'
5
-
6
- desc 'Default: run tests'
7
- task :default => :spec
8
- RSpec::Core::RakeTask.new(:spec)
9
-
10
- desc 'Generate documentation for Footnotes.'
11
- RDoc::Task.new(:rdoc) do |rdoc|
12
- rdoc.rdoc_dir = 'rdoc'
13
- rdoc.title = 'Footnotes'
14
- rdoc.options << '--line-numbers' << '--inline-source'
15
- rdoc.rdoc_files.include('README')
16
- rdoc.rdoc_files.include('MIT-LICENSE')
17
- rdoc.rdoc_files.include('lib/**/*.rb')
18
- end
data/bin/rake DELETED
@@ -1,29 +0,0 @@
1
- #!/usr/bin/env ruby
2
- # frozen_string_literal: true
3
-
4
- #
5
- # This file was generated by Bundler.
6
- #
7
- # The application 'rake' is installed as part of a gem, and
8
- # this file is here to facilitate running it.
9
- #
10
-
11
- require "pathname"
12
- ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
13
- Pathname.new(__FILE__).realpath)
14
-
15
- bundle_binstub = File.expand_path("../bundle", __FILE__)
16
-
17
- if File.file?(bundle_binstub)
18
- if File.read(bundle_binstub, 300) =~ /This file was generated by Bundler/
19
- load(bundle_binstub)
20
- else
21
- abort("Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
22
- Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.")
23
- end
24
- end
25
-
26
- require "rubygems"
27
- require "bundler/setup"
28
-
29
- load Gem.bin_path("rake", "rake")
data/bin/rspec DELETED
@@ -1,29 +0,0 @@
1
- #!/usr/bin/env ruby
2
- # frozen_string_literal: true
3
-
4
- #
5
- # This file was generated by Bundler.
6
- #
7
- # The application 'rspec' is installed as part of a gem, and
8
- # this file is here to facilitate running it.
9
- #
10
-
11
- require "pathname"
12
- ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
13
- Pathname.new(__FILE__).realpath)
14
-
15
- bundle_binstub = File.expand_path("../bundle", __FILE__)
16
-
17
- if File.file?(bundle_binstub)
18
- if File.read(bundle_binstub, 300) =~ /This file was generated by Bundler/
19
- load(bundle_binstub)
20
- else
21
- abort("Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
22
- Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.")
23
- end
24
- end
25
-
26
- require "rubygems"
27
- require "bundler/setup"
28
-
29
- load Gem.bin_path("rspec-core", "rspec")
@@ -1,5 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- gemspec :path => '..'
4
-
5
- gem 'rails', '~> 3.2.22'
@@ -1,6 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- gemspec :path => '..'
4
-
5
- gem 'rails', '~> 4.0.0'
6
-
@@ -1,5 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- gemspec :path => '..'
4
-
5
- gem 'rails', '~> 4.1.0'
@@ -1,5 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- gemspec :path => '..'
4
-
5
- gem 'rails', '~> 4.2.0'
@@ -1,5 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- gemspec :path => '..'
4
-
5
- gem 'rails', :github => 'rails/rails'
@@ -1,19 +0,0 @@
1
- require_relative "./lib/rails-footnotes/version"
2
-
3
- Gem::Specification.new do |s|
4
- s.name = "rails-footnotes"
5
- s.version = Footnotes::VERSION
6
- s.platform = Gem::Platform::RUBY
7
- s.authors = ["Roman V. Babenko", "José Valim", "Keenan Brock", "Duane Johnson", "Adrien Siami", "André Arko"]
8
- s.email = ["andre@arko.net"]
9
- s.homepage = "http://github.com/indirect/rails-footnotes"
10
- s.summary = %q{Every Rails page has footnotes that gives information about your application and links back to your editor.}
11
- s.description = %q{Every Rails page has footnotes that gives information about your application and links back to your editor.}
12
-
13
- s.add_dependency "rails", "~> 7.0"
14
- s.required_ruby_version = ">= 3.0"
15
-
16
- s.files = `git ls-files`.split("\n")
17
- s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
18
- s.require_paths = ["lib"]
19
- end
data/renovate.json DELETED
@@ -1,5 +0,0 @@
1
- {
2
- "ruby-version": {
3
- "enabled": true
4
- }
5
- }