tramway-core 1.1.0 → 1.2.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 +4 -4
- data/app/assets/javascripts/tramway/core/application.js.coffee +6 -0
- data/app/assets/stylesheets/tramway/core/application.sass +2 -4
- data/app/inputs/date_picker_input.rb +2 -0
- data/lib/tramway/collection.rb +7 -0
- data/lib/tramway/core/version.rb +1 -1
- data/lib/tramway/core.rb +1 -0
- metadata +4 -2
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 9fc14f1282da2130b8389abd32c5a3cdadb2003f89941f2107a7dc60a2fc74c9
         | 
| 4 | 
            +
              data.tar.gz: 2ef6102dc641d08254b76cfbe4de608e7fa93ae6a1494d58481c83de7afb9bab
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 9d36dff53e17513b46edcf8c51446c2df3c4e1c5adc0e9d1bd820a881511d71c19711643db709915859101eaec7fde27aed527988ca8e15f714a254430faecf2
         | 
| 7 | 
            +
              data.tar.gz: 5751b74b26fa14ad007fe0533c9aaf05145c4760ac7622a7686be903120ab4dc7a813a4be988bb72bb170c39ebc24b911e485cf7dadb9bd7b75a11169c19216f
         | 
    
        data/lib/tramway/core/version.rb
    CHANGED
    
    
    
        data/lib/tramway/core.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: tramway-core
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 1. | 
| 4 | 
            +
              version: 1.2.0
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Pavel Kalashnikov
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2018-09- | 
| 11 | 
            +
            date: 2018-09-15 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: reform-rails
         | 
| @@ -224,6 +224,7 @@ files: | |
| 224 224 | 
             
            - app/decorators/tramway/core/application_decorator.rb
         | 
| 225 225 | 
             
            - app/forms/tramway/core/application_form.rb
         | 
| 226 226 | 
             
            - app/forms/tramway/core/extendable_form.rb
         | 
| 227 | 
            +
            - app/inputs/date_picker_input.rb
         | 
| 227 228 | 
             
            - app/models/tramway/core/application_record.rb
         | 
| 228 229 | 
             
            - app/uploaders/application_uploader.rb
         | 
| 229 230 | 
             
            - app/uploaders/file_uploader.rb
         | 
| @@ -236,6 +237,7 @@ files: | |
| 236 237 | 
             
            - config/locales/ru/state_machines.yml
         | 
| 237 238 | 
             
            - config/routes.rb
         | 
| 238 239 | 
             
            - lib/tasks/tramway/core_tasks.rake
         | 
| 240 | 
            +
            - lib/tramway/collection.rb
         | 
| 239 241 | 
             
            - lib/tramway/core.rb
         | 
| 240 242 | 
             
            - lib/tramway/core/application.rb
         | 
| 241 243 | 
             
            - lib/tramway/core/engine.rb
         |