active_storage_drag_and_drop 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 780c899a9fde1eddf2c7635968791515dded176e5431cea2d58ba014aa820bf1
4
- data.tar.gz: fc72e6c77f4c8f854e98a2017d2d9d430237f21835e135d848dfc3cdf4e3a7e5
3
+ metadata.gz: 6fee124978a7d755b9115f29915390a2bf189b642cc4bec284db7dab44db5542
4
+ data.tar.gz: db0344f7ed92ddc89db7d4e45b14160c5162443afdd3c432857900ad41cee156
5
5
  SHA512:
6
- metadata.gz: f6b1bb9f88bd9f04eeaa34f542b43e13a665861b84a5d6ae95f9681bc86364494c5b26a4f090188e702dba3576dc833f0b4c321ebe99340ae8eceb1bf0696f1d
7
- data.tar.gz: 659df49b6b8b486efe601d05b08438017a5d6e5697f269d6e0a8d866cb4adf463f35b70f97ecf6d4ef8dc4c82183eea8325d38a12462eb9a9547030287c73632
6
+ metadata.gz: 13d34e0499f015334636a8a7cd29f8780a9a30d35a47af51bdfc292353f4bd22af5645def5ddbcc41830e7c7c42c3dd50c16b9b72ce328b77b9344e2d2056b02
7
+ data.tar.gz: bd5849fee3ab8e4af96562130f1d007b12b1f987eb127db3ff1a426a8b36c8c53ead8aa70a7157cc2c0720a2b57165c084d63a3705bc7fe04d3facdbffb939f5
@@ -24,9 +24,8 @@ Gem::Specification.new do |spec|
24
24
 
25
25
  spec.metadata['source_code_uri'] = 'https://github.com/marinosoftware/active_storage_drag_and_drop'
26
26
 
27
- spec.files = `git ls-files -z`.split("\x0").reject do |f|
28
- f.match(%r{^(test|spec|features)/})
29
- end
27
+ spec.files = `git ls-files -z app/assets bin lib Rakefile active_storage_drag_and_drop.gemspec
28
+ Gemfile*`.split("\x0")
30
29
  spec.bindir = 'exe'
31
30
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
32
31
  spec.require_paths = ['lib']
@@ -1,3 +1,3 @@
1
1
  module ActiveStorageDragAndDrop
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_storage_drag_and_drop
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dave O'Keeffe
@@ -299,39 +299,15 @@ executables: []
299
299
  extensions: []
300
300
  extra_rdoc_files: []
301
301
  files:
302
- - ".babelrc"
303
- - ".codeclimate.yml"
304
- - ".eslintignore"
305
- - ".eslintrc.yml"
306
- - ".flowconfig"
307
- - ".gitignore"
308
- - ".rubocop.yml"
309
- - ".travis.yml"
310
- - ".yardopts"
311
- - CODE_OF_CONDUCT.md
312
- - Gemfile
313
- - Gemfile.lock
314
- - LICENSE.txt
315
- - README.md
316
302
  - Rakefile
317
303
  - active_storage_drag_and_drop.gemspec
318
304
  - app/assets/javascripts/active_storage_drag_and_drop.js
319
305
  - app/assets/stylesheets/active_storage_drag_and_drop.css
320
- - app/javascript/active_storage_drag_and_drop/default_ui.js
321
- - app/javascript/active_storage_drag_and_drop/drag_and_drop_form_controller.js
322
- - app/javascript/active_storage_drag_and_drop/drag_and_drop_upload_controller.js
323
- - app/javascript/active_storage_drag_and_drop/helpers.js
324
- - app/javascript/active_storage_drag_and_drop/index.js
325
- - app/javascript/active_storage_drag_and_drop/ujs.js
326
306
  - bin/console
327
307
  - bin/setup
328
- - demo.webp
329
308
  - lib/active_storage_drag_and_drop.rb
330
309
  - lib/active_storage_drag_and_drop/form_builder.rb
331
310
  - lib/active_storage_drag_and_drop/version.rb
332
- - package.json
333
- - webpack.config.js
334
- - yarn.lock
335
311
  homepage: https://github.com/marinosoftware/active_storage_drag_and_drop
336
312
  licenses:
337
313
  - MIT
data/.babelrc DELETED
@@ -1,3 +0,0 @@
1
- {
2
- 'presets': ['env', 'flow']
3
- }
data/.codeclimate.yml DELETED
@@ -1,5 +0,0 @@
1
- plugins:
2
- rubocop:
3
- enabled: true
4
- eslint:
5
- enabled: true
data/.eslintignore DELETED
@@ -1,5 +0,0 @@
1
- /doc
2
- /app/assets/javascripts/active_storage_drag_and_drop.js
3
- /test/dummy
4
- /vendor
5
- /coverage
data/.eslintrc.yml DELETED
@@ -1,16 +0,0 @@
1
- ---
2
- extends:
3
- - standard
4
- - plugin:flowtype/recommended
5
- plugins:
6
- - flowtype
7
- env:
8
- mocha: true
9
- browser: true
10
- rules:
11
- curly: [2, multi]
12
- arrow-body-style: [2, as-needed]
13
- arrow-parens: [2, as-needed]
14
- prefer-arrow-callback: 2
15
- prefer-const: 2
16
- no-var: 2
data/.flowconfig DELETED
@@ -1,11 +0,0 @@
1
- [ignore]
2
-
3
- [include]
4
-
5
- [libs]
6
-
7
- [lints]
8
-
9
- [options]
10
-
11
- [strict]
data/.gitignore DELETED
@@ -1,31 +0,0 @@
1
- .idea
2
- .idea/workspace.xml
3
- /.bundle/
4
- /.yardoc
5
- /_yardoc/
6
- /coverage/
7
- /.nyc_output/
8
- /doc/
9
- /pkg/
10
- /spec/reports/
11
- /node_modules/
12
- /tmp/
13
- active_storage_drag_and_drop-*.gem
14
-
15
- /test/dummy/.bundle
16
-
17
- /test/dummy/db/*.sqlite3
18
- /test/dummy/db/*.sqlite3-journal
19
-
20
- /test/dummy/log/*
21
- !/test/dummy/log/.keep
22
-
23
- /test/dummy/tmp/*
24
- !/test/dummy/tmp/.keep
25
-
26
- /test/dummy/storage/*
27
- !/test/dummy/storage/.keep
28
-
29
- /test/dummy/.byebug_history
30
-
31
- /test/dummy/db/migrate/*.active_storage.rb
data/.rubocop.yml DELETED
@@ -1,24 +0,0 @@
1
- AllCops:
2
- TargetRubyVersion: 2.5.0
3
- Exclude:
4
- - 'lib/active_storage_drag_and_drop/version.rb'
5
- - 'test/dummy/db/migrate/*'
6
- - 'test/dummy/bin/*'
7
- - 'test/dummy/config/**/*'
8
- - 'vendor/**/*'
9
-
10
- Rails:
11
- Enabled: true
12
-
13
- Style/ClassAndModuleChildren:
14
- Enabled: false
15
-
16
- Style/BracesAroundHashParameters:
17
- EnforcedStyle: context_dependent
18
-
19
- Metrics/LineLength:
20
- Max: 99
21
-
22
- Metrics/BlockLength:
23
- Exclude:
24
- - 'active_storage_drag_and_drop.gemspec'
data/.travis.yml DELETED
@@ -1,27 +0,0 @@
1
- ---
2
- sudo: false
3
- language: ruby
4
- cache: bundler
5
- rvm:
6
- - 2.5.0
7
-
8
- addons:
9
- firefox: latest
10
-
11
- env:
12
- global:
13
- CC_TEST_REPORTER_ID=93b20ad2a94eb5d9feb97dca94b2d1df4243fa3d715d5d6c1c61bc9c6199f105
14
-
15
- before_install:
16
- - nvm install node
17
- - gem install bundler -v 1.16.1
18
- - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
19
- - chmod +x ./cc-test-reporter
20
- - ./cc-test-reporter before-build
21
-
22
- before_script:
23
- - yarn install --prod
24
- - yarn build
25
-
26
- after_script:
27
- - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
data/.yardopts DELETED
@@ -1,3 +0,0 @@
1
- --markup-provider=redcarpet
2
- --markup=markdown
3
- --private
data/CODE_OF_CONDUCT.md DELETED
@@ -1,74 +0,0 @@
1
- # Contributor Covenant Code of Conduct
2
-
3
- ## Our Pledge
4
-
5
- In the interest of fostering an open and welcoming environment, we as
6
- contributors and maintainers pledge to making participation in our project and
7
- our community a harassment-free experience for everyone, regardless of age, body
8
- size, disability, ethnicity, gender identity and expression, level of experience,
9
- nationality, personal appearance, race, religion, or sexual identity and
10
- orientation.
11
-
12
- ## Our Standards
13
-
14
- Examples of behavior that contributes to creating a positive environment
15
- include:
16
-
17
- * Using welcoming and inclusive language
18
- * Being respectful of differing viewpoints and experiences
19
- * Gracefully accepting constructive criticism
20
- * Focusing on what is best for the community
21
- * Showing empathy towards other community members
22
-
23
- Examples of unacceptable behavior by participants include:
24
-
25
- * The use of sexualized language or imagery and unwelcome sexual attention or
26
- advances
27
- * Trolling, insulting/derogatory comments, and personal or political attacks
28
- * Public or private harassment
29
- * Publishing others' private information, such as a physical or electronic
30
- address, without explicit permission
31
- * Other conduct which could reasonably be considered inappropriate in a
32
- professional setting
33
-
34
- ## Our Responsibilities
35
-
36
- Project maintainers are responsible for clarifying the standards of acceptable
37
- behavior and are expected to take appropriate and fair corrective action in
38
- response to any instances of unacceptable behavior.
39
-
40
- Project maintainers have the right and responsibility to remove, edit, or
41
- reject comments, commits, code, wiki edits, issues, and other contributions
42
- that are not aligned to this Code of Conduct, or to ban temporarily or
43
- permanently any contributor for other behaviors that they deem inappropriate,
44
- threatening, offensive, or harmful.
45
-
46
- ## Scope
47
-
48
- This Code of Conduct applies both within project spaces and in public spaces
49
- when an individual is representing the project or its community. Examples of
50
- representing a project or community include using an official project e-mail
51
- address, posting via an official social media account, or acting as an appointed
52
- representative at an online or offline event. Representation of a project may be
53
- further defined and clarified by project maintainers.
54
-
55
- ## Enforcement
56
-
57
- Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
- reported by contacting the project team at ian.grant@marinosoftware.com. All
59
- complaints will be reviewed and investigated and will result in a response that
60
- is deemed necessary and appropriate to the circumstances. The project team is
61
- obligated to maintain confidentiality with regard to the reporter of an incident.
62
- Further details of specific enforcement policies may be posted separately.
63
-
64
- Project maintainers who do not follow or enforce the Code of Conduct in good
65
- faith may face temporary or permanent repercussions as determined by other
66
- members of the project's leadership.
67
-
68
- ## Attribution
69
-
70
- This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
- available at [http://contributor-covenant.org/version/1/4][version]
72
-
73
- [homepage]: http://contributor-covenant.org
74
- [version]: http://contributor-covenant.org/version/1/4/
data/Gemfile DELETED
@@ -1,8 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- source 'https://rubygems.org'
4
-
5
- git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
6
-
7
- # Specify your gem's dependencies in active_storage_drag_and_drop.gemspec
8
- gemspec
data/Gemfile.lock DELETED
@@ -1,222 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- active_storage_drag_and_drop (1.0.0)
5
- rack (~> 2.0.6)
6
- rails (~> 5.2.2.1)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- actioncable (5.2.2.1)
12
- actionpack (= 5.2.2.1)
13
- nio4r (~> 2.0)
14
- websocket-driver (>= 0.6.1)
15
- actionmailer (5.2.2.1)
16
- actionpack (= 5.2.2.1)
17
- actionview (= 5.2.2.1)
18
- activejob (= 5.2.2.1)
19
- mail (~> 2.5, >= 2.5.4)
20
- rails-dom-testing (~> 2.0)
21
- actionpack (5.2.2.1)
22
- actionview (= 5.2.2.1)
23
- activesupport (= 5.2.2.1)
24
- rack (~> 2.0)
25
- rack-test (>= 0.6.3)
26
- rails-dom-testing (~> 2.0)
27
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
28
- actionview (5.2.2.1)
29
- activesupport (= 5.2.2.1)
30
- builder (~> 3.1)
31
- erubi (~> 1.4)
32
- rails-dom-testing (~> 2.0)
33
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
34
- activejob (5.2.2.1)
35
- activesupport (= 5.2.2.1)
36
- globalid (>= 0.3.6)
37
- activemodel (5.2.2.1)
38
- activesupport (= 5.2.2.1)
39
- activerecord (5.2.2.1)
40
- activemodel (= 5.2.2.1)
41
- activesupport (= 5.2.2.1)
42
- arel (>= 9.0)
43
- activestorage (5.2.2.1)
44
- actionpack (= 5.2.2.1)
45
- activerecord (= 5.2.2.1)
46
- marcel (~> 0.3.1)
47
- activesupport (5.2.2.1)
48
- concurrent-ruby (~> 1.0, >= 1.0.2)
49
- i18n (>= 0.7, < 2)
50
- minitest (~> 5.1)
51
- tzinfo (~> 1.1)
52
- addressable (2.5.2)
53
- public_suffix (>= 2.0.2, < 4.0)
54
- archive-zip (0.11.0)
55
- io-like (~> 0.3.0)
56
- arel (9.0.0)
57
- ast (2.4.0)
58
- bootsnap (1.3.2)
59
- msgpack (~> 1.0)
60
- builder (3.2.3)
61
- byebug (10.0.2)
62
- capybara (3.12.0)
63
- addressable
64
- mini_mime (>= 0.1.3)
65
- nokogiri (~> 1.8)
66
- rack (>= 1.6.0)
67
- rack-test (>= 0.6.3)
68
- regexp_parser (~> 1.2)
69
- xpath (~> 3.2)
70
- childprocess (0.9.0)
71
- ffi (~> 1.0, >= 1.0.11)
72
- coderay (1.1.2)
73
- concurrent-ruby (1.1.5)
74
- crass (1.0.4)
75
- docile (1.3.1)
76
- erubi (1.8.0)
77
- ffi (1.9.25)
78
- geckodriver-helper (0.23.0)
79
- archive-zip (~> 0.7)
80
- github-markup (3.0.2)
81
- globalid (0.4.2)
82
- activesupport (>= 4.2.0)
83
- haml (5.0.4)
84
- temple (>= 0.8.0)
85
- tilt
86
- i18n (1.6.0)
87
- concurrent-ruby (~> 1.0)
88
- io-like (0.3.0)
89
- jaro_winkler (1.5.2)
90
- json (2.1.0)
91
- listen (3.1.5)
92
- rb-fsevent (~> 0.9, >= 0.9.4)
93
- rb-inotify (~> 0.9, >= 0.9.7)
94
- ruby_dep (~> 1.2)
95
- loofah (2.2.3)
96
- crass (~> 1.0.2)
97
- nokogiri (>= 1.5.9)
98
- mail (2.7.1)
99
- mini_mime (>= 0.1.1)
100
- marcel (0.3.3)
101
- mimemagic (~> 0.3.2)
102
- method_source (0.9.2)
103
- mimemagic (0.3.3)
104
- mini_mime (1.0.1)
105
- mini_portile2 (2.4.0)
106
- minitest (5.11.3)
107
- msgpack (1.2.4)
108
- nio4r (2.3.1)
109
- nokogiri (1.10.3)
110
- mini_portile2 (~> 2.4.0)
111
- parallel (1.13.0)
112
- parser (2.6.0.0)
113
- ast (~> 2.4.0)
114
- powerpack (0.1.2)
115
- pry (0.11.3)
116
- coderay (~> 1.1.0)
117
- method_source (~> 0.9.0)
118
- pry-byebug (3.6.0)
119
- byebug (~> 10.0)
120
- pry (~> 0.10)
121
- public_suffix (3.0.3)
122
- puma (3.12.0)
123
- rack (2.0.7)
124
- rack-test (1.1.0)
125
- rack (>= 1.0, < 3)
126
- rails (5.2.2.1)
127
- actioncable (= 5.2.2.1)
128
- actionmailer (= 5.2.2.1)
129
- actionpack (= 5.2.2.1)
130
- actionview (= 5.2.2.1)
131
- activejob (= 5.2.2.1)
132
- activemodel (= 5.2.2.1)
133
- activerecord (= 5.2.2.1)
134
- activestorage (= 5.2.2.1)
135
- activesupport (= 5.2.2.1)
136
- bundler (>= 1.3.0)
137
- railties (= 5.2.2.1)
138
- sprockets-rails (>= 2.0.0)
139
- rails-dom-testing (2.0.3)
140
- activesupport (>= 4.2.0)
141
- nokogiri (>= 1.6)
142
- rails-html-sanitizer (1.0.4)
143
- loofah (~> 2.2, >= 2.2.2)
144
- railties (5.2.2.1)
145
- actionpack (= 5.2.2.1)
146
- activesupport (= 5.2.2.1)
147
- method_source
148
- rake (>= 0.8.7)
149
- thor (>= 0.19.0, < 2.0)
150
- rainbow (3.0.0)
151
- rake (10.5.0)
152
- rb-fsevent (0.10.3)
153
- rb-inotify (0.9.10)
154
- ffi (>= 0.5.0, < 2)
155
- redcarpet (3.4.0)
156
- regexp_parser (1.3.0)
157
- rubocop (0.63.1)
158
- jaro_winkler (~> 1.5.1)
159
- parallel (~> 1.10)
160
- parser (>= 2.5, != 2.5.1.1)
161
- powerpack (~> 0.1)
162
- rainbow (>= 2.2.2, < 4.0)
163
- ruby-progressbar (~> 1.7)
164
- unicode-display_width (~> 1.4.0)
165
- ruby-progressbar (1.10.0)
166
- ruby_dep (1.5.0)
167
- rubyzip (1.2.2)
168
- selenium-webdriver (3.141.0)
169
- childprocess (~> 0.5)
170
- rubyzip (~> 1.2, >= 1.2.2)
171
- simplecov (0.16.1)
172
- docile (~> 1.1)
173
- json (>= 1.8, < 3)
174
- simplecov-html (~> 0.10.0)
175
- simplecov-html (0.10.2)
176
- sprockets (3.7.2)
177
- concurrent-ruby (~> 1.0)
178
- rack (> 1, < 3)
179
- sprockets-rails (3.2.1)
180
- actionpack (>= 4.0)
181
- activesupport (>= 4.0)
182
- sprockets (>= 3.0.0)
183
- sqlite3 (1.3.13)
184
- temple (0.8.0)
185
- thor (0.20.3)
186
- thread_safe (0.3.6)
187
- tilt (2.0.9)
188
- tzinfo (1.2.5)
189
- thread_safe (~> 0.1)
190
- unicode-display_width (1.4.1)
191
- websocket-driver (0.7.0)
192
- websocket-extensions (>= 0.1.0)
193
- websocket-extensions (0.1.3)
194
- xpath (3.2.0)
195
- nokogiri (~> 1.8)
196
-
197
- PLATFORMS
198
- ruby
199
-
200
- DEPENDENCIES
201
- active_storage_drag_and_drop!
202
- bootsnap
203
- bundler (~> 1.16)
204
- capybara
205
- geckodriver-helper
206
- github-markup
207
- haml
208
- listen
209
- minitest (~> 5.0)
210
- nokogiri
211
- pry
212
- pry-byebug
213
- puma
214
- rake (~> 10.0)
215
- redcarpet
216
- rubocop
217
- selenium-webdriver
218
- simplecov
219
- sqlite3
220
-
221
- BUNDLED WITH
222
- 1.16.1