administrate-base_controller 0.3.0 → 0.7.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c3d86a463b8de9a3ac555327f413d273ec996e1f5381c47deb98732166777a29
4
- data.tar.gz: 360287eb7fc408e9d7044ac2238997cb4cb647cd8b78486265661213b5bb484e
3
+ metadata.gz: c877705334ed2da0df6021237b32881c268f74bc8a1573d85e1e20470ccca545
4
+ data.tar.gz: a4e641d317df601056c4b11c4b0bff1b61710ac6cb8388af265d3fb3f16a9a74
5
5
  SHA512:
6
- metadata.gz: d52269f57a761867001fc0f550cbee434b70a8ee3eeac9fae9ceea6fb29d0311770192465b352867b818cd99608a27ad3e4e3b566b3edba7bd408693ed2881d2
7
- data.tar.gz: c31ae9246857a214d329572ae3d72ec65e0f0f505a108096faaf07159786f9d2180c5b516db2044e519a82bb27ccbb97e19b160ffb76e717bdef7efa27f043ac
6
+ metadata.gz: c9a5e1c79bd21f00663425e730db6bd1efeb029aa44691ad4874a82561f4b100d7affd2ec505d42780aa8c857e6fc269d52a8b128633bec9edf9fd228190c013
7
+ data.tar.gz: 128dcc58fdcd91899f43485016abc9782fbce745a09444f4e347b33832215cce5619cd0db98df9d47f6c220366ddc47f150f0a7dfb1e07569a5ba47c9aae3db7
data/.gitignore CHANGED
@@ -1,12 +1,12 @@
1
- /.bundle/
2
- /.yardoc
3
- /_yardoc/
4
- /coverage/
5
- /doc/
6
- /pkg/
7
- /spec/reports/
8
- /tmp/
9
-
10
- .idea/workspace.xml
11
- .idea/usage.statistics.xml
12
- .idea/tasks.xml
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
9
+
10
+ .idea/workspace.xml
11
+ .idea/usage.statistics.xml
12
+ .idea/tasks.xml
data/.idea/.rakeTasks CHANGED
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <Settings><!--This file was automatically generated by Ruby plugin.
3
- You are allowed to:
4
- 1. Remove rake task
5
- 2. Add existing rake tasks
6
- To add existing rake tasks automatically delete this file and reload the project.
2
+ <Settings><!--This file was automatically generated by Ruby plugin.
3
+ You are allowed to:
4
+ 1. Remove rake task
5
+ 2. Add existing rake tasks
6
+ To add existing rake tasks automatically delete this file and reload the project.
7
7
  --><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Build authorized_transaction-0.1.0.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Remove any temporary products" fullCmd="clean" taksId="clean" /><RakeTask description="Remove any generated files" fullCmd="clobber" taksId="clobber" /><RakeTask description="Build and install authorized_transaction-0.1.0.gem into system gems" fullCmd="install" taksId="install" /><RakeGroup description="" fullCmd="" taksId="install"><RakeTask description="Build and install authorized_transaction-0.1.0.gem into system gems without network access" fullCmd="install:local" taksId="local" /></RakeGroup><RakeTask description="Create tag v0.1.0 and build and push authorized_transaction-0.1.0.gem to rubygems.org" fullCmd="release[remote]" taksId="release[remote]" /><RakeTask description="Run tests" fullCmd="test" taksId="test" /><RakeTask description="" fullCmd="default" taksId="default" /><RakeTask description="" fullCmd="release" taksId="release" /><RakeGroup description="" fullCmd="" taksId="release"><RakeTask description="" fullCmd="release:guard_clean" taksId="guard_clean" /><RakeTask description="" fullCmd="release:rubygem_push" taksId="rubygem_push" /><RakeTask description="" fullCmd="release:source_control_push" taksId="source_control_push" /></RakeGroup></RakeGroup></Settings>
@@ -7,15 +7,15 @@
7
7
  <content url="file://$MODULE_DIR$" />
8
8
  <orderEntry type="jdk" jdkName="ruby-2.5.3-p105" jdkType="RUBY_SDK" />
9
9
  <orderEntry type="sourceFolder" forTests="false" />
10
- <orderEntry type="library" scope="PROVIDED" name="actioncable (v5.2.2.1, ruby-2.5.3-p105) [gem]" level="application" />
11
- <orderEntry type="library" scope="PROVIDED" name="actionmailer (v5.2.2.1, ruby-2.5.3-p105) [gem]" level="application" />
12
- <orderEntry type="library" scope="PROVIDED" name="actionpack (v5.2.2.1, ruby-2.5.3-p105) [gem]" level="application" />
13
- <orderEntry type="library" scope="PROVIDED" name="actionview (v5.2.2.1, ruby-2.5.3-p105) [gem]" level="application" />
14
- <orderEntry type="library" scope="PROVIDED" name="activejob (v5.2.2.1, ruby-2.5.3-p105) [gem]" level="application" />
15
- <orderEntry type="library" scope="PROVIDED" name="activemodel (v5.2.2.1, ruby-2.5.3-p105) [gem]" level="application" />
16
- <orderEntry type="library" scope="PROVIDED" name="activerecord (v5.2.2.1, ruby-2.5.3-p105) [gem]" level="application" />
17
- <orderEntry type="library" scope="PROVIDED" name="activestorage (v5.2.2.1, ruby-2.5.3-p105) [gem]" level="application" />
18
- <orderEntry type="library" scope="PROVIDED" name="activesupport (v5.2.2.1, ruby-2.5.3-p105) [gem]" level="application" />
10
+ <orderEntry type="library" scope="PROVIDED" name="actioncable (v5.2.3, ruby-2.5.3-p105) [gem]" level="application" />
11
+ <orderEntry type="library" scope="PROVIDED" name="actionmailer (v5.2.3, ruby-2.5.3-p105) [gem]" level="application" />
12
+ <orderEntry type="library" scope="PROVIDED" name="actionpack (v5.2.3, ruby-2.5.3-p105) [gem]" level="application" />
13
+ <orderEntry type="library" scope="PROVIDED" name="actionview (v5.2.3, ruby-2.5.3-p105) [gem]" level="application" />
14
+ <orderEntry type="library" scope="PROVIDED" name="activejob (v5.2.3, ruby-2.5.3-p105) [gem]" level="application" />
15
+ <orderEntry type="library" scope="PROVIDED" name="activemodel (v5.2.3, ruby-2.5.3-p105) [gem]" level="application" />
16
+ <orderEntry type="library" scope="PROVIDED" name="activerecord (v5.2.3, ruby-2.5.3-p105) [gem]" level="application" />
17
+ <orderEntry type="library" scope="PROVIDED" name="activestorage (v5.2.3, ruby-2.5.3-p105) [gem]" level="application" />
18
+ <orderEntry type="library" scope="PROVIDED" name="activesupport (v5.2.3, ruby-2.5.3-p105) [gem]" level="application" />
19
19
  <orderEntry type="library" scope="PROVIDED" name="administrate (v0.11.0, ruby-2.5.3-p105) [gem]" level="application" />
20
20
  <orderEntry type="library" scope="PROVIDED" name="arel (v9.0.0, ruby-2.5.3-p105) [gem]" level="application" />
21
21
  <orderEntry type="library" scope="PROVIDED" name="autoprefixer-rails (v9.4.10.2, ruby-2.5.3-p105) [gem]" level="application" />
@@ -44,13 +44,13 @@
44
44
  <orderEntry type="library" scope="PROVIDED" name="minitest (v5.11.3, ruby-2.5.3-p105) [gem]" level="application" />
45
45
  <orderEntry type="library" scope="PROVIDED" name="momentjs-rails (v2.20.1, ruby-2.5.3-p105) [gem]" level="application" />
46
46
  <orderEntry type="library" scope="PROVIDED" name="nio4r (v2.3.1, ruby-2.5.3-p105) [gem]" level="application" />
47
- <orderEntry type="library" scope="PROVIDED" name="nokogiri (v1.10.1, ruby-2.5.3-p105) [gem]" level="application" />
47
+ <orderEntry type="library" scope="PROVIDED" name="nokogiri (v1.10.3, ruby-2.5.3-p105) [gem]" level="application" />
48
48
  <orderEntry type="library" scope="PROVIDED" name="rack (v2.0.6, ruby-2.5.3-p105) [gem]" level="application" />
49
49
  <orderEntry type="library" scope="PROVIDED" name="rack-test (v1.1.0, ruby-2.5.3-p105) [gem]" level="application" />
50
- <orderEntry type="library" scope="PROVIDED" name="rails (v5.2.2.1, ruby-2.5.3-p105) [gem]" level="application" />
50
+ <orderEntry type="library" scope="PROVIDED" name="rails (v5.2.3, ruby-2.5.3-p105) [gem]" level="application" />
51
51
  <orderEntry type="library" scope="PROVIDED" name="rails-dom-testing (v2.0.3, ruby-2.5.3-p105) [gem]" level="application" />
52
52
  <orderEntry type="library" scope="PROVIDED" name="rails-html-sanitizer (v1.0.4, ruby-2.5.3-p105) [gem]" level="application" />
53
- <orderEntry type="library" scope="PROVIDED" name="railties (v5.2.2.1, ruby-2.5.3-p105) [gem]" level="application" />
53
+ <orderEntry type="library" scope="PROVIDED" name="railties (v5.2.3, ruby-2.5.3-p105) [gem]" level="application" />
54
54
  <orderEntry type="library" scope="PROVIDED" name="rake (v10.5.0, ruby-2.5.3-p105) [gem]" level="application" />
55
55
  <orderEntry type="library" scope="PROVIDED" name="rb-fsevent (v0.10.3, ruby-2.5.3-p105) [gem]" level="application" />
56
56
  <orderEntry type="library" scope="PROVIDED" name="rb-inotify (v0.10.0, ruby-2.5.3-p105) [gem]" level="application" />
@@ -1,6 +1,6 @@
1
- <component name="InspectionProjectProfileManager">
2
- <profile version="1.0">
3
- <option name="myName" value="Project Default" />
4
- <inspection_tool class="Rubocop" enabled="false" level="WARNING" enabled_by_default="false" />
5
- </profile>
1
+ <component name="InspectionProjectProfileManager">
2
+ <profile version="1.0">
3
+ <option name="myName" value="Project Default" />
4
+ <inspection_tool class="Rubocop" enabled="false" level="WARNING" enabled_by_default="false" />
5
+ </profile>
6
6
  </component>
data/.travis.yml CHANGED
@@ -1,17 +1,17 @@
1
- ---
2
- sudo: false
3
- language: ruby
4
- cache: bundler
5
- rvm:
6
- - 2.5
7
- - 2.6
8
- - ruby-head
9
- before_install:
10
- - gem install bundler -v 2.0.1
11
- - gem update --system
12
- - gem --version
13
- matrix:
14
- allow_failures:
15
- - rvm: ruby-head
16
- install:
17
- - bundle install --with development --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
1
+ ---
2
+ sudo: false
3
+ language: ruby
4
+ cache: bundler
5
+ rvm:
6
+ - 2.5
7
+ - 2.6
8
+ - ruby-head
9
+ before_install:
10
+ - gem install bundler -v 2.0.1
11
+ - gem update --system
12
+ - gem --version
13
+ matrix:
14
+ allow_failures:
15
+ - rvm: ruby-head
16
+ install:
17
+ - bundle install --with development --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
data/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.7.0
4
+
5
+ - Update pagination params
6
+
7
+ ## 0.6.0
8
+
9
+ - Fixes transforming polymorphic relations through `read_param`
10
+ - Update all dependencies
11
+
12
+ ## 0.5.0
13
+
14
+ - Update collection call in `index` and `administrate` dependency
15
+ - Update all dependencies
16
+
17
+ ## 0.4.1
18
+
19
+ - 🚨 Update nokogiri: 1.10.2 → 1.10.3
20
+ - Update all of rails to version 5.2.3
21
+
22
+ ## 0.4.0
23
+
24
+ - Extract all methods into a module `BaseController`
25
+ - Remove default `after_initialize` evaluation. You may require `administrate/base_controller/engine` instead
26
+ - Add some annotations to some of the methods
27
+
3
28
  ## 0.3.0
4
29
 
5
30
  - Add json rendering for index and show paths
data/CODE_OF_CONDUCT.md CHANGED
@@ -1,74 +1,74 @@
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 derk-jan+github@karrenbeld.info. 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/
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 derk-jan+github@karrenbeld.info. 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 CHANGED
@@ -1,4 +1,4 @@
1
- source "https://rubygems.org"
2
-
3
- # Specify your gem's dependencies in authorized_transaction.gemspec
4
- gemspec
1
+ source "https://rubygems.org"
2
+
3
+ # Specify your gem's dependencies in authorized_transaction.gemspec
4
+ gemspec
data/Gemfile.lock CHANGED
@@ -1,184 +1,199 @@
1
- PATH
2
- remote: .
3
- specs:
4
- administrate-base_controller (0.3.0)
5
-
6
- GEM
7
- remote: https://rubygems.org/
8
- specs:
9
- actioncable (5.2.2.1)
10
- actionpack (= 5.2.2.1)
11
- nio4r (~> 2.0)
12
- websocket-driver (>= 0.6.1)
13
- actionmailer (5.2.2.1)
14
- actionpack (= 5.2.2.1)
15
- actionview (= 5.2.2.1)
16
- activejob (= 5.2.2.1)
17
- mail (~> 2.5, >= 2.5.4)
18
- rails-dom-testing (~> 2.0)
19
- actionpack (5.2.2.1)
20
- actionview (= 5.2.2.1)
21
- activesupport (= 5.2.2.1)
22
- rack (~> 2.0)
23
- rack-test (>= 0.6.3)
24
- rails-dom-testing (~> 2.0)
25
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
26
- actionview (5.2.2.1)
27
- activesupport (= 5.2.2.1)
28
- builder (~> 3.1)
29
- erubi (~> 1.4)
30
- rails-dom-testing (~> 2.0)
31
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
32
- activejob (5.2.2.1)
33
- activesupport (= 5.2.2.1)
34
- globalid (>= 0.3.6)
35
- activemodel (5.2.2.1)
36
- activesupport (= 5.2.2.1)
37
- activerecord (5.2.2.1)
38
- activemodel (= 5.2.2.1)
39
- activesupport (= 5.2.2.1)
40
- arel (>= 9.0)
41
- activestorage (5.2.2.1)
42
- actionpack (= 5.2.2.1)
43
- activerecord (= 5.2.2.1)
44
- marcel (~> 0.3.1)
45
- activesupport (5.2.2.1)
46
- concurrent-ruby (~> 1.0, >= 1.0.2)
47
- i18n (>= 0.7, < 2)
48
- minitest (~> 5.1)
49
- tzinfo (~> 1.1)
50
- administrate (0.11.0)
51
- actionpack (>= 4.2, < 6.0)
52
- actionview (>= 4.2, < 6.0)
53
- activerecord (>= 4.2, < 6.0)
54
- autoprefixer-rails (>= 6.0)
55
- datetime_picker_rails (~> 0.0.7)
56
- jquery-rails (>= 4.0)
57
- kaminari (>= 1.0)
58
- momentjs-rails (~> 2.8)
59
- sass-rails (~> 5.0)
60
- selectize-rails (~> 0.6)
61
- arel (9.0.0)
62
- autoprefixer-rails (9.4.10.2)
63
- execjs
64
- builder (3.2.3)
65
- concurrent-ruby (1.1.5)
66
- crass (1.0.4)
67
- datetime_picker_rails (0.0.7)
68
- momentjs-rails (>= 2.8.1)
69
- erubi (1.8.0)
70
- execjs (2.7.0)
71
- ffi (1.10.0)
72
- ffi (1.10.0-x64-mingw32)
73
- globalid (0.4.2)
74
- activesupport (>= 4.2.0)
75
- i18n (1.6.0)
76
- concurrent-ruby (~> 1.0)
77
- jquery-rails (4.3.3)
78
- rails-dom-testing (>= 1, < 3)
79
- railties (>= 4.2.0)
80
- thor (>= 0.14, < 2.0)
81
- kaminari (1.1.1)
82
- activesupport (>= 4.1.0)
83
- kaminari-actionview (= 1.1.1)
84
- kaminari-activerecord (= 1.1.1)
85
- kaminari-core (= 1.1.1)
86
- kaminari-actionview (1.1.1)
87
- actionview
88
- kaminari-core (= 1.1.1)
89
- kaminari-activerecord (1.1.1)
90
- activerecord
91
- kaminari-core (= 1.1.1)
92
- kaminari-core (1.1.1)
93
- loofah (2.2.3)
94
- crass (~> 1.0.2)
95
- nokogiri (>= 1.5.9)
96
- mail (2.7.1)
97
- mini_mime (>= 0.1.1)
98
- marcel (0.3.3)
99
- mimemagic (~> 0.3.2)
100
- method_source (0.9.2)
101
- mimemagic (0.3.3)
102
- mini_mime (1.0.1)
103
- mini_portile2 (2.4.0)
104
- minitest (5.11.3)
105
- momentjs-rails (2.20.1)
106
- railties (>= 3.1)
107
- nio4r (2.3.1)
108
- nokogiri (1.10.1)
109
- mini_portile2 (~> 2.4.0)
110
- nokogiri (1.10.1-x64-mingw32)
111
- mini_portile2 (~> 2.4.0)
112
- rack (2.0.6)
113
- rack-test (1.1.0)
114
- rack (>= 1.0, < 3)
115
- rails (5.2.2.1)
116
- actioncable (= 5.2.2.1)
117
- actionmailer (= 5.2.2.1)
118
- actionpack (= 5.2.2.1)
119
- actionview (= 5.2.2.1)
120
- activejob (= 5.2.2.1)
121
- activemodel (= 5.2.2.1)
122
- activerecord (= 5.2.2.1)
123
- activestorage (= 5.2.2.1)
124
- activesupport (= 5.2.2.1)
125
- bundler (>= 1.3.0)
126
- railties (= 5.2.2.1)
127
- sprockets-rails (>= 2.0.0)
128
- rails-dom-testing (2.0.3)
129
- activesupport (>= 4.2.0)
130
- nokogiri (>= 1.6)
131
- rails-html-sanitizer (1.0.4)
132
- loofah (~> 2.2, >= 2.2.2)
133
- railties (5.2.2.1)
134
- actionpack (= 5.2.2.1)
135
- activesupport (= 5.2.2.1)
136
- method_source
137
- rake (>= 0.8.7)
138
- thor (>= 0.19.0, < 2.0)
139
- rake (10.5.0)
140
- rb-fsevent (0.10.3)
141
- rb-inotify (0.10.0)
142
- ffi (~> 1.0)
143
- sass (3.7.3)
144
- sass-listen (~> 4.0.0)
145
- sass-listen (4.0.0)
146
- rb-fsevent (~> 0.9, >= 0.9.4)
147
- rb-inotify (~> 0.9, >= 0.9.7)
148
- sass-rails (5.0.7)
149
- railties (>= 4.0.0, < 6)
150
- sass (~> 3.1)
151
- sprockets (>= 2.8, < 4.0)
152
- sprockets-rails (>= 2.0, < 4.0)
153
- tilt (>= 1.1, < 3)
154
- selectize-rails (0.12.6)
155
- sprockets (3.7.2)
156
- concurrent-ruby (~> 1.0)
157
- rack (> 1, < 3)
158
- sprockets-rails (3.2.1)
159
- actionpack (>= 4.0)
160
- activesupport (>= 4.0)
161
- sprockets (>= 3.0.0)
162
- thor (0.20.3)
163
- thread_safe (0.3.6)
164
- tilt (2.0.9)
165
- tzinfo (1.2.5)
166
- thread_safe (~> 0.1)
167
- websocket-driver (0.7.0)
168
- websocket-extensions (>= 0.1.0)
169
- websocket-extensions (0.1.3)
170
-
171
- PLATFORMS
172
- ruby
173
- x64-mingw32
174
-
175
- DEPENDENCIES
176
- administrate (>= 0.11.0, < 1)
177
- administrate-base_controller!
178
- bundler (~> 2.0)
179
- minitest (~> 5.0)
180
- rails
181
- rake (~> 10.0)
182
-
183
- BUNDLED WITH
184
- 2.0.1
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ administrate-base_controller (0.6.0)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ actioncable (6.1.3.2)
10
+ actionpack (= 6.1.3.2)
11
+ activesupport (= 6.1.3.2)
12
+ nio4r (~> 2.0)
13
+ websocket-driver (>= 0.6.1)
14
+ actionmailbox (6.1.3.2)
15
+ actionpack (= 6.1.3.2)
16
+ activejob (= 6.1.3.2)
17
+ activerecord (= 6.1.3.2)
18
+ activestorage (= 6.1.3.2)
19
+ activesupport (= 6.1.3.2)
20
+ mail (>= 2.7.1)
21
+ actionmailer (6.1.3.2)
22
+ actionpack (= 6.1.3.2)
23
+ actionview (= 6.1.3.2)
24
+ activejob (= 6.1.3.2)
25
+ activesupport (= 6.1.3.2)
26
+ mail (~> 2.5, >= 2.5.4)
27
+ rails-dom-testing (~> 2.0)
28
+ actionpack (6.1.3.2)
29
+ actionview (= 6.1.3.2)
30
+ activesupport (= 6.1.3.2)
31
+ rack (~> 2.0, >= 2.0.9)
32
+ rack-test (>= 0.6.3)
33
+ rails-dom-testing (~> 2.0)
34
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
35
+ actiontext (6.1.3.2)
36
+ actionpack (= 6.1.3.2)
37
+ activerecord (= 6.1.3.2)
38
+ activestorage (= 6.1.3.2)
39
+ activesupport (= 6.1.3.2)
40
+ nokogiri (>= 1.8.5)
41
+ actionview (6.1.3.2)
42
+ activesupport (= 6.1.3.2)
43
+ builder (~> 3.1)
44
+ erubi (~> 1.4)
45
+ rails-dom-testing (~> 2.0)
46
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
47
+ activejob (6.1.3.2)
48
+ activesupport (= 6.1.3.2)
49
+ globalid (>= 0.3.6)
50
+ activemodel (6.1.3.2)
51
+ activesupport (= 6.1.3.2)
52
+ activerecord (6.1.3.2)
53
+ activemodel (= 6.1.3.2)
54
+ activesupport (= 6.1.3.2)
55
+ activestorage (6.1.3.2)
56
+ actionpack (= 6.1.3.2)
57
+ activejob (= 6.1.3.2)
58
+ activerecord (= 6.1.3.2)
59
+ activesupport (= 6.1.3.2)
60
+ marcel (~> 1.0.0)
61
+ mini_mime (~> 1.0.2)
62
+ activesupport (6.1.3.2)
63
+ concurrent-ruby (~> 1.0, >= 1.0.2)
64
+ i18n (>= 1.6, < 2)
65
+ minitest (>= 5.1)
66
+ tzinfo (~> 2.0)
67
+ zeitwerk (~> 2.3)
68
+ administrate (0.13.0)
69
+ actionpack (>= 4.2)
70
+ actionview (>= 4.2)
71
+ activerecord (>= 4.2)
72
+ autoprefixer-rails (>= 6.0)
73
+ datetime_picker_rails (~> 0.0.7)
74
+ jquery-rails (>= 4.0)
75
+ kaminari (>= 1.0)
76
+ momentjs-rails (~> 2.8)
77
+ sassc-rails (~> 2.1)
78
+ selectize-rails (~> 0.6)
79
+ autoprefixer-rails (9.7.5)
80
+ execjs
81
+ builder (3.2.4)
82
+ concurrent-ruby (1.1.8)
83
+ crass (1.0.6)
84
+ datetime_picker_rails (0.0.7)
85
+ momentjs-rails (>= 2.8.1)
86
+ erubi (1.10.0)
87
+ execjs (2.7.0)
88
+ ffi (1.12.2)
89
+ ffi (1.12.2-x64-mingw32)
90
+ globalid (0.4.2)
91
+ activesupport (>= 4.2.0)
92
+ i18n (1.8.10)
93
+ concurrent-ruby (~> 1.0)
94
+ jquery-rails (4.3.5)
95
+ rails-dom-testing (>= 1, < 3)
96
+ railties (>= 4.2.0)
97
+ thor (>= 0.14, < 2.0)
98
+ kaminari (1.2.1)
99
+ activesupport (>= 4.1.0)
100
+ kaminari-actionview (= 1.2.1)
101
+ kaminari-activerecord (= 1.2.1)
102
+ kaminari-core (= 1.2.1)
103
+ kaminari-actionview (1.2.1)
104
+ actionview
105
+ kaminari-core (= 1.2.1)
106
+ kaminari-activerecord (1.2.1)
107
+ activerecord
108
+ kaminari-core (= 1.2.1)
109
+ kaminari-core (1.2.1)
110
+ loofah (2.9.1)
111
+ crass (~> 1.0.2)
112
+ nokogiri (>= 1.5.9)
113
+ mail (2.7.1)
114
+ mini_mime (>= 0.1.1)
115
+ marcel (1.0.1)
116
+ method_source (1.0.0)
117
+ mini_mime (1.0.3)
118
+ mini_portile2 (2.5.1)
119
+ minitest (5.14.4)
120
+ momentjs-rails (2.20.1)
121
+ railties (>= 3.1)
122
+ nio4r (2.5.7)
123
+ nokogiri (1.11.3)
124
+ mini_portile2 (~> 2.5.0)
125
+ racc (~> 1.4)
126
+ nokogiri (1.11.3-x64-mingw32)
127
+ racc (~> 1.4)
128
+ racc (1.5.2)
129
+ rack (2.2.3)
130
+ rack-test (1.1.0)
131
+ rack (>= 1.0, < 3)
132
+ rails (6.1.3.2)
133
+ actioncable (= 6.1.3.2)
134
+ actionmailbox (= 6.1.3.2)
135
+ actionmailer (= 6.1.3.2)
136
+ actionpack (= 6.1.3.2)
137
+ actiontext (= 6.1.3.2)
138
+ actionview (= 6.1.3.2)
139
+ activejob (= 6.1.3.2)
140
+ activemodel (= 6.1.3.2)
141
+ activerecord (= 6.1.3.2)
142
+ activestorage (= 6.1.3.2)
143
+ activesupport (= 6.1.3.2)
144
+ bundler (>= 1.15.0)
145
+ railties (= 6.1.3.2)
146
+ sprockets-rails (>= 2.0.0)
147
+ rails-dom-testing (2.0.3)
148
+ activesupport (>= 4.2.0)
149
+ nokogiri (>= 1.6)
150
+ rails-html-sanitizer (1.3.0)
151
+ loofah (~> 2.3)
152
+ railties (6.1.3.2)
153
+ actionpack (= 6.1.3.2)
154
+ activesupport (= 6.1.3.2)
155
+ method_source
156
+ rake (>= 0.8.7)
157
+ thor (~> 1.0)
158
+ rake (13.0.3)
159
+ sassc (2.2.1)
160
+ ffi (~> 1.9)
161
+ sassc (2.2.1-x64-mingw32)
162
+ ffi (~> 1.9)
163
+ sassc-rails (2.1.2)
164
+ railties (>= 4.0.0)
165
+ sassc (>= 2.0)
166
+ sprockets (> 3.0)
167
+ sprockets-rails
168
+ tilt
169
+ selectize-rails (0.12.6)
170
+ sprockets (4.0.2)
171
+ concurrent-ruby (~> 1.0)
172
+ rack (> 1, < 3)
173
+ sprockets-rails (3.2.2)
174
+ actionpack (>= 4.0)
175
+ activesupport (>= 4.0)
176
+ sprockets (>= 3.0.0)
177
+ thor (1.1.0)
178
+ tilt (2.0.10)
179
+ tzinfo (2.0.4)
180
+ concurrent-ruby (~> 1.0)
181
+ websocket-driver (0.7.3)
182
+ websocket-extensions (>= 0.1.0)
183
+ websocket-extensions (0.1.5)
184
+ zeitwerk (2.4.2)
185
+
186
+ PLATFORMS
187
+ ruby
188
+ x64-mingw32
189
+
190
+ DEPENDENCIES
191
+ administrate (~> 0.13.0)
192
+ administrate-base_controller!
193
+ bundler (~> 2.0)
194
+ minitest (~> 5.0)
195
+ rails (~> 6.0)
196
+ rake (~> 13.0)
197
+
198
+ BUNDLED WITH
199
+ 2.1.4