setler 0.0.14 → 0.0.15
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 +4 -4
- data/.devcontainer/devcontainer.json +35 -0
- data/.github/dependabot.yml +20 -0
- data/.github/workflows/lint.yml +24 -0
- data/.github/workflows/test.yml +92 -0
- data/.markdownlint.json +7 -0
- data/.rubocop.yml +15 -0
- data/.ruby-version +1 -1
- data/.yamllint.yml +11 -0
- data/AGENTS.md +46 -0
- data/Appraisals +23 -5
- data/README.md +160 -0
- data/Rakefile +0 -5
- data/contributors.txt +1 -0
- data/gemfiles/rails_4.gemfile.lock +92 -25
- data/gemfiles/rails_5.gemfile +2 -1
- data/gemfiles/rails_5.gemfile.lock +119 -44
- data/gemfiles/rails_6.gemfile +10 -0
- data/gemfiles/rails_6.gemfile.lock +266 -0
- data/gemfiles/rails_7.gemfile +8 -0
- data/gemfiles/rails_7.gemfile.lock +311 -0
- data/gemfiles/rails_8.gemfile +8 -0
- data/gemfiles/rails_8.gemfile.lock +315 -0
- data/gemfiles/rails_edge.gemfile.lock +320 -0
- data/lib/setler/settings.rb +3 -3
- data/lib/setler/version.rb +1 -1
- data/setler.gemspec +17 -1
- data/test/settings_test.rb +1 -1
- metadata +63 -25
- data/.travis.yml +0 -22
- data/README.rdoc +0 -85
- data/gemfiles/rails_6_edge.gemfile.lock +0 -167
- /data/gemfiles/{rails_6_edge.gemfile → rails_edge.gemfile} +0 -0
| @@ -1,167 +0,0 @@ | |
| 1 | 
            -
            GIT
         | 
| 2 | 
            -
              remote: https://github.com/rails/rails
         | 
| 3 | 
            -
              revision: c77a949299fcddd0f6f35d9bc21888b862ff665c
         | 
| 4 | 
            -
              specs:
         | 
| 5 | 
            -
                actioncable (6.1.0.alpha)
         | 
| 6 | 
            -
                  actionpack (= 6.1.0.alpha)
         | 
| 7 | 
            -
                  activesupport (= 6.1.0.alpha)
         | 
| 8 | 
            -
                  nio4r (~> 2.0)
         | 
| 9 | 
            -
                  websocket-driver (>= 0.6.1)
         | 
| 10 | 
            -
                actionmailbox (6.1.0.alpha)
         | 
| 11 | 
            -
                  actionpack (= 6.1.0.alpha)
         | 
| 12 | 
            -
                  activejob (= 6.1.0.alpha)
         | 
| 13 | 
            -
                  activerecord (= 6.1.0.alpha)
         | 
| 14 | 
            -
                  activestorage (= 6.1.0.alpha)
         | 
| 15 | 
            -
                  activesupport (= 6.1.0.alpha)
         | 
| 16 | 
            -
                  mail (>= 2.7.1)
         | 
| 17 | 
            -
                actionmailer (6.1.0.alpha)
         | 
| 18 | 
            -
                  actionpack (= 6.1.0.alpha)
         | 
| 19 | 
            -
                  actionview (= 6.1.0.alpha)
         | 
| 20 | 
            -
                  activejob (= 6.1.0.alpha)
         | 
| 21 | 
            -
                  activesupport (= 6.1.0.alpha)
         | 
| 22 | 
            -
                  mail (~> 2.5, >= 2.5.4)
         | 
| 23 | 
            -
                  rails-dom-testing (~> 2.0)
         | 
| 24 | 
            -
                actionpack (6.1.0.alpha)
         | 
| 25 | 
            -
                  actionview (= 6.1.0.alpha)
         | 
| 26 | 
            -
                  activesupport (= 6.1.0.alpha)
         | 
| 27 | 
            -
                  rack (~> 2.0, >= 2.0.8)
         | 
| 28 | 
            -
                  rack-test (>= 0.6.3)
         | 
| 29 | 
            -
                  rails-dom-testing (~> 2.0)
         | 
| 30 | 
            -
                  rails-html-sanitizer (~> 1.0, >= 1.2.0)
         | 
| 31 | 
            -
                actiontext (6.1.0.alpha)
         | 
| 32 | 
            -
                  actionpack (= 6.1.0.alpha)
         | 
| 33 | 
            -
                  activerecord (= 6.1.0.alpha)
         | 
| 34 | 
            -
                  activestorage (= 6.1.0.alpha)
         | 
| 35 | 
            -
                  activesupport (= 6.1.0.alpha)
         | 
| 36 | 
            -
                  nokogiri (>= 1.8.5)
         | 
| 37 | 
            -
                actionview (6.1.0.alpha)
         | 
| 38 | 
            -
                  activesupport (= 6.1.0.alpha)
         | 
| 39 | 
            -
                  builder (~> 3.1)
         | 
| 40 | 
            -
                  erubi (~> 1.4)
         | 
| 41 | 
            -
                  rails-dom-testing (~> 2.0)
         | 
| 42 | 
            -
                  rails-html-sanitizer (~> 1.1, >= 1.2.0)
         | 
| 43 | 
            -
                activejob (6.1.0.alpha)
         | 
| 44 | 
            -
                  activesupport (= 6.1.0.alpha)
         | 
| 45 | 
            -
                  globalid (>= 0.3.6)
         | 
| 46 | 
            -
                activemodel (6.1.0.alpha)
         | 
| 47 | 
            -
                  activesupport (= 6.1.0.alpha)
         | 
| 48 | 
            -
                activerecord (6.1.0.alpha)
         | 
| 49 | 
            -
                  activemodel (= 6.1.0.alpha)
         | 
| 50 | 
            -
                  activesupport (= 6.1.0.alpha)
         | 
| 51 | 
            -
                activestorage (6.1.0.alpha)
         | 
| 52 | 
            -
                  actionpack (= 6.1.0.alpha)
         | 
| 53 | 
            -
                  activejob (= 6.1.0.alpha)
         | 
| 54 | 
            -
                  activerecord (= 6.1.0.alpha)
         | 
| 55 | 
            -
                  activesupport (= 6.1.0.alpha)
         | 
| 56 | 
            -
                  marcel (~> 0.3.1)
         | 
| 57 | 
            -
                activesupport (6.1.0.alpha)
         | 
| 58 | 
            -
                  concurrent-ruby (~> 1.0, >= 1.0.2)
         | 
| 59 | 
            -
                  i18n (>= 1.6, < 2)
         | 
| 60 | 
            -
                  minitest (~> 5.1)
         | 
| 61 | 
            -
                  tzinfo (~> 1.1)
         | 
| 62 | 
            -
                  zeitwerk (~> 2.2, >= 2.2.2)
         | 
| 63 | 
            -
                rails (6.1.0.alpha)
         | 
| 64 | 
            -
                  actioncable (= 6.1.0.alpha)
         | 
| 65 | 
            -
                  actionmailbox (= 6.1.0.alpha)
         | 
| 66 | 
            -
                  actionmailer (= 6.1.0.alpha)
         | 
| 67 | 
            -
                  actionpack (= 6.1.0.alpha)
         | 
| 68 | 
            -
                  actiontext (= 6.1.0.alpha)
         | 
| 69 | 
            -
                  actionview (= 6.1.0.alpha)
         | 
| 70 | 
            -
                  activejob (= 6.1.0.alpha)
         | 
| 71 | 
            -
                  activemodel (= 6.1.0.alpha)
         | 
| 72 | 
            -
                  activerecord (= 6.1.0.alpha)
         | 
| 73 | 
            -
                  activestorage (= 6.1.0.alpha)
         | 
| 74 | 
            -
                  activesupport (= 6.1.0.alpha)
         | 
| 75 | 
            -
                  bundler (>= 1.3.0)
         | 
| 76 | 
            -
                  railties (= 6.1.0.alpha)
         | 
| 77 | 
            -
                  sprockets-rails (>= 2.0.0)
         | 
| 78 | 
            -
                railties (6.1.0.alpha)
         | 
| 79 | 
            -
                  actionpack (= 6.1.0.alpha)
         | 
| 80 | 
            -
                  activesupport (= 6.1.0.alpha)
         | 
| 81 | 
            -
                  method_source
         | 
| 82 | 
            -
                  rake (>= 0.8.7)
         | 
| 83 | 
            -
                  thor (~> 1.0)
         | 
| 84 | 
            -
             | 
| 85 | 
            -
            PATH
         | 
| 86 | 
            -
              remote: ..
         | 
| 87 | 
            -
              specs:
         | 
| 88 | 
            -
                setler (0.0.13)
         | 
| 89 | 
            -
                  activerecord (>= 3.0.0)
         | 
| 90 | 
            -
                  rails (>= 3.0.0)
         | 
| 91 | 
            -
                  sprockets (= 3.7.2)
         | 
| 92 | 
            -
             | 
| 93 | 
            -
            GEM
         | 
| 94 | 
            -
              remote: https://rubygems.org/
         | 
| 95 | 
            -
              specs:
         | 
| 96 | 
            -
                appraisal (2.2.0)
         | 
| 97 | 
            -
                  bundler
         | 
| 98 | 
            -
                  rake
         | 
| 99 | 
            -
                  thor (>= 0.14.0)
         | 
| 100 | 
            -
                builder (3.2.4)
         | 
| 101 | 
            -
                concurrent-ruby (1.1.5)
         | 
| 102 | 
            -
                crass (1.0.6)
         | 
| 103 | 
            -
                docile (1.3.2)
         | 
| 104 | 
            -
                erubi (1.9.0)
         | 
| 105 | 
            -
                globalid (0.4.2)
         | 
| 106 | 
            -
                  activesupport (>= 4.2.0)
         | 
| 107 | 
            -
                i18n (1.8.2)
         | 
| 108 | 
            -
                  concurrent-ruby (~> 1.0)
         | 
| 109 | 
            -
                loofah (2.4.0)
         | 
| 110 | 
            -
                  crass (~> 1.0.2)
         | 
| 111 | 
            -
                  nokogiri (>= 1.5.9)
         | 
| 112 | 
            -
                mail (2.7.1)
         | 
| 113 | 
            -
                  mini_mime (>= 0.1.1)
         | 
| 114 | 
            -
                marcel (0.3.3)
         | 
| 115 | 
            -
                  mimemagic (~> 0.3.2)
         | 
| 116 | 
            -
                method_source (0.9.2)
         | 
| 117 | 
            -
                mimemagic (0.3.4)
         | 
| 118 | 
            -
                mini_mime (1.0.2)
         | 
| 119 | 
            -
                mini_portile2 (2.4.0)
         | 
| 120 | 
            -
                minitest (5.14.0)
         | 
| 121 | 
            -
                nio4r (2.5.2)
         | 
| 122 | 
            -
                nokogiri (1.10.7)
         | 
| 123 | 
            -
                  mini_portile2 (~> 2.4.0)
         | 
| 124 | 
            -
                rack (2.2.1)
         | 
| 125 | 
            -
                rack-test (1.1.0)
         | 
| 126 | 
            -
                  rack (>= 1.0, < 3)
         | 
| 127 | 
            -
                rails-dom-testing (2.0.3)
         | 
| 128 | 
            -
                  activesupport (>= 4.2.0)
         | 
| 129 | 
            -
                  nokogiri (>= 1.6)
         | 
| 130 | 
            -
                rails-html-sanitizer (1.3.0)
         | 
| 131 | 
            -
                  loofah (~> 2.3)
         | 
| 132 | 
            -
                rake (13.0.1)
         | 
| 133 | 
            -
                simplecov (0.18.1)
         | 
| 134 | 
            -
                  docile (~> 1.1)
         | 
| 135 | 
            -
                  simplecov-html (~> 0.11.0)
         | 
| 136 | 
            -
                simplecov-html (0.11.0)
         | 
| 137 | 
            -
                sprockets (3.7.2)
         | 
| 138 | 
            -
                  concurrent-ruby (~> 1.0)
         | 
| 139 | 
            -
                  rack (> 1, < 3)
         | 
| 140 | 
            -
                sprockets-rails (3.2.1)
         | 
| 141 | 
            -
                  actionpack (>= 4.0)
         | 
| 142 | 
            -
                  activesupport (>= 4.0)
         | 
| 143 | 
            -
                  sprockets (>= 3.0.0)
         | 
| 144 | 
            -
                sqlite3 (1.4.2)
         | 
| 145 | 
            -
                thor (1.0.1)
         | 
| 146 | 
            -
                thread_safe (0.3.6)
         | 
| 147 | 
            -
                tzinfo (1.2.6)
         | 
| 148 | 
            -
                  thread_safe (~> 0.1)
         | 
| 149 | 
            -
                websocket-driver (0.7.1)
         | 
| 150 | 
            -
                  websocket-extensions (>= 0.1.0)
         | 
| 151 | 
            -
                websocket-extensions (0.1.4)
         | 
| 152 | 
            -
                zeitwerk (2.2.2)
         | 
| 153 | 
            -
             | 
| 154 | 
            -
            PLATFORMS
         | 
| 155 | 
            -
              ruby
         | 
| 156 | 
            -
             | 
| 157 | 
            -
            DEPENDENCIES
         | 
| 158 | 
            -
              appraisal
         | 
| 159 | 
            -
              minitest
         | 
| 160 | 
            -
              rails!
         | 
| 161 | 
            -
              rake
         | 
| 162 | 
            -
              setler!
         | 
| 163 | 
            -
              simplecov
         | 
| 164 | 
            -
              sqlite3
         | 
| 165 | 
            -
             | 
| 166 | 
            -
            BUNDLED WITH
         | 
| 167 | 
            -
               1.17.3
         | 
| 
            File without changes
         |