daengine 0.6.18 → 0.6.19
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/Gemfile +4 -0
- data/bin/process_assets +0 -0
- data/bin/process_availability +0 -0
- data/bin/process_taxonomy +0 -0
- data/config/initializers/raddocs.rb +7 -0
- data/config/routes.rb +4 -0
- data/doc/api/content_folder/returns__when_the_folder_does_not_exist.json +1 -0
- data/doc/api/content_folder/returns_status__when_missing_document_id_and_child_folders.json +1 -0
- data/doc/api/content_folder/returns_the_content_folder.json +1 -0
- data/doc/api/content_folder/stores_the_content_folder_and_returns_the_content_folder_instance.json +1 -0
- data/doc/api/digital_assets/delete_a_digital_asset.json +1 -0
- data/doc/api/digital_assets/find_a_digitalasset_by_id.json +1 -0
- data/doc/api/digital_assets/insert_a_digital_asset_if_not_found.json +1 -0
- data/doc/api/digital_assets/noop.json +1 -0
- data/doc/api/digital_assets/query_for_a_document_by_digital_asset_id.json +1 -0
- data/doc/api/digital_assets/query_for_documents_by_fundcode.json +1 -0
- data/doc/api/digital_assets/query_for_documents_by_path.json +1 -0
- data/doc/api/digital_assets/query_for_documents_by_update_date.json +1 -0
- data/doc/api/digital_assets/retrieve_the_updated_time_for_a_list_of_id_.json +1 -0
- data/doc/api/digital_assets/returns_a__for_docs_we_dont_have_in_the_db.json +1 -0
- data/doc/api/digital_assets/show_all_digital_assets.json +1 -0
- data/doc/api/digital_assets/update_a_digital_asset.json +1 -0
- data/doc/api/index.json +1 -0
- data/lib/daengine.rb +4 -0
- data/lib/daengine/version.rb +1 -1
- data/spec/dummy/log/development.log +185 -0
- data/spec/dummy/log/test.log +770 -0
- data/spec/mock_data/daengine.yml +1 -1
- data/spec/mock_data/taxonomy/taxonomyengine.yml +1 -1
- data/spec/spec_helper.rb +4 -3
- metadata +35 -17
    
        data/spec/mock_data/daengine.yml
    CHANGED
    
    | @@ -1 +1 @@ | |
| 1 | 
            -
            last_read_time: 2014- | 
| 1 | 
            +
            last_read_time: 2014-03-05 07:43:51 -0700
         | 
| @@ -1 +1 @@ | |
| 1 | 
            -
            last_read_time: 2014- | 
| 1 | 
            +
            last_read_time: 2014-03-05 07:43:54 -0700
         | 
    
        data/spec/spec_helper.rb
    CHANGED
    
    | @@ -47,11 +47,12 @@ RspecApiDocumentation.configure do |config| | |
| 47 47 | 
             
              # html pages with the wURL console
         | 
| 48 48 | 
             
              #config.format = [:json, :wurl, :combined_text]
         | 
| 49 49 | 
             
              # html pages without the wURL console
         | 
| 50 | 
            -
              config.format = [: | 
| 51 | 
            -
              config.curl_host = 'http://localhost: | 
| 50 | 
            +
              config.format = [:json]
         | 
| 51 | 
            +
              config.curl_host = 'http://localhost:3005'
         | 
| 52 52 |  | 
| 53 53 | 
             
              #config.include FactoryGirl::Syntax::Methods
         | 
| 54 | 
            -
               | 
| 54 | 
            +
              # by default this gets put under spec/dummy
         | 
| 55 | 
            +
              config.docs_dir = Rails.root.join("../../doc/api")
         | 
| 55 56 |  | 
| 56 57 |  | 
| 57 58 | 
             
              # All settings shown are the default values
         | 
    
        metadata
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: daengine
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0.6. | 
| 4 | 
            +
              version: 0.6.19
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - sbhatia
         | 
| @@ -9,7 +9,7 @@ authors: | |
| 9 9 | 
             
            autorequire:
         | 
| 10 10 | 
             
            bindir: bin
         | 
| 11 11 | 
             
            cert_chain: []
         | 
| 12 | 
            -
            date: 2014-03- | 
| 12 | 
            +
            date: 2014-03-05 00:00:00.000000000 Z
         | 
| 13 13 | 
             
            dependencies:
         | 
| 14 14 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 15 15 | 
             
              name: rails
         | 
| @@ -39,20 +39,6 @@ dependencies: | |
| 39 39 | 
             
                    version: '2.4'
         | 
| 40 40 | 
             
              prerelease: false
         | 
| 41 41 | 
             
              type: :runtime
         | 
| 42 | 
            -
            - !ruby/object:Gem::Dependency
         | 
| 43 | 
            -
              name: factory_girl
         | 
| 44 | 
            -
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 45 | 
            -
                requirements:
         | 
| 46 | 
            -
                - - '>='
         | 
| 47 | 
            -
                  - !ruby/object:Gem::Version
         | 
| 48 | 
            -
                    version: '0'
         | 
| 49 | 
            -
              requirement: !ruby/object:Gem::Requirement
         | 
| 50 | 
            -
                requirements:
         | 
| 51 | 
            -
                - - '>='
         | 
| 52 | 
            -
                  - !ruby/object:Gem::Version
         | 
| 53 | 
            -
                    version: '0'
         | 
| 54 | 
            -
              prerelease: false
         | 
| 55 | 
            -
              type: :development
         | 
| 56 42 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 57 43 | 
             
              name: mini_exiftool
         | 
| 58 44 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| @@ -124,7 +110,21 @@ dependencies: | |
| 124 110 | 
             
              prerelease: false
         | 
| 125 111 | 
             
              type: :development
         | 
| 126 112 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 127 | 
            -
              name:  | 
| 113 | 
            +
              name: raddocs
         | 
| 114 | 
            +
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 115 | 
            +
                requirements:
         | 
| 116 | 
            +
                - - '>='
         | 
| 117 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 118 | 
            +
                    version: '0'
         | 
| 119 | 
            +
              requirement: !ruby/object:Gem::Requirement
         | 
| 120 | 
            +
                requirements:
         | 
| 121 | 
            +
                - - '>='
         | 
| 122 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 123 | 
            +
                    version: '0'
         | 
| 124 | 
            +
              prerelease: false
         | 
| 125 | 
            +
              type: :runtime
         | 
| 126 | 
            +
            - !ruby/object:Gem::Dependency
         | 
| 127 | 
            +
              name: factory_girl
         | 
| 128 128 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 129 129 | 
             
                requirements:
         | 
| 130 130 | 
             
                - - '>='
         | 
| @@ -161,6 +161,7 @@ files: | |
| 161 161 | 
             
            - app/views/digital_assets/search.html.erb
         | 
| 162 162 | 
             
            - app/views/digital_assets/show.html.erb
         | 
| 163 163 | 
             
            - config/routes.rb
         | 
| 164 | 
            +
            - config/initializers/raddocs.rb
         | 
| 164 165 | 
             
            - lib/daengine.rb
         | 
| 165 166 | 
             
            - lib/daengine/content_service_processor.rb
         | 
| 166 167 | 
             
            - lib/daengine/digital_asset_processor.rb
         | 
| @@ -173,6 +174,23 @@ files: | |
| 173 174 | 
             
            - lib/daengine/teamsite_metadata_processor.rb
         | 
| 174 175 | 
             
            - lib/daengine/version.rb
         | 
| 175 176 | 
             
            - lib/tasks/daengine_tasks.rake
         | 
| 177 | 
            +
            - doc/api/index.json
         | 
| 178 | 
            +
            - doc/api/content_folder/returns__when_the_folder_does_not_exist.json
         | 
| 179 | 
            +
            - doc/api/content_folder/returns_status__when_missing_document_id_and_child_folders.json
         | 
| 180 | 
            +
            - doc/api/content_folder/returns_the_content_folder.json
         | 
| 181 | 
            +
            - doc/api/content_folder/stores_the_content_folder_and_returns_the_content_folder_instance.json
         | 
| 182 | 
            +
            - doc/api/digital_assets/delete_a_digital_asset.json
         | 
| 183 | 
            +
            - doc/api/digital_assets/find_a_digitalasset_by_id.json
         | 
| 184 | 
            +
            - doc/api/digital_assets/insert_a_digital_asset_if_not_found.json
         | 
| 185 | 
            +
            - doc/api/digital_assets/noop.json
         | 
| 186 | 
            +
            - doc/api/digital_assets/query_for_a_document_by_digital_asset_id.json
         | 
| 187 | 
            +
            - doc/api/digital_assets/query_for_documents_by_fundcode.json
         | 
| 188 | 
            +
            - doc/api/digital_assets/query_for_documents_by_path.json
         | 
| 189 | 
            +
            - doc/api/digital_assets/query_for_documents_by_update_date.json
         | 
| 190 | 
            +
            - doc/api/digital_assets/retrieve_the_updated_time_for_a_list_of_id_.json
         | 
| 191 | 
            +
            - doc/api/digital_assets/returns_a__for_docs_we_dont_have_in_the_db.json
         | 
| 192 | 
            +
            - doc/api/digital_assets/show_all_digital_assets.json
         | 
| 193 | 
            +
            - doc/api/digital_assets/update_a_digital_asset.json
         | 
| 176 194 | 
             
            - MIT-LICENSE
         | 
| 177 195 | 
             
            - Rakefile
         | 
| 178 196 | 
             
            - README.md
         |