daengine 0.2.5 → 0.2.7

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.
data/spec/factories.rb CHANGED
@@ -14,10 +14,12 @@ FactoryGirl.define do
14
14
  published_at 10.days.ago
15
15
  expires_at 2.months.from_now
16
16
  fund_ids ['420']
17
- sami_code 'F0000.BAR'
17
+ sami_code 'IL1111.077'
18
18
  product_ids ['690', '420']
19
19
  business_owner 'biz owner'
20
20
  content_organization_ids ['LWXO44E8J','LWXO5XI3C']
21
+ program_ids ["LKZWOFHR6", "LKZWOFGF2"]
22
+ omniture_codes ["KOW2MY24D"]
21
23
  sequence(:documents) {|n|[DigitalAsset::Document.new(path: "/#{n}/foo/bar.txt", doc_changed_at: 2.days.ago, content_type: '666')]}
22
24
  end
23
25
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: daengine
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.5
5
+ version: 0.2.7
6
6
  platform: ruby
7
7
  authors:
8
8
  - sbhatia
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-07-31 00:00:00.000000000Z
13
+ date: 2012-08-03 00:00:00.000000000Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails
@@ -79,6 +79,7 @@ files:
79
79
  - app/assets/stylesheets/digital_assets.css
80
80
  - app/controllers/digital_assets_controller.rb
81
81
  - app/helpers/digital_assets_helper.rb
82
+ - app/models/content_service_resource.rb
82
83
  - app/models/digital_asset.rb
83
84
  - app/models/taxonomy_term.rb
84
85
  - app/views/digital_assets/edit.html.erb
@@ -89,6 +90,7 @@ files:
89
90
  - app/views/digital_assets/_form.html.erb
90
91
  - config/routes.rb
91
92
  - lib/daengine.rb
93
+ - lib/daengine/content_service_processor.rb
92
94
  - lib/daengine/digital_asset_processor.rb
93
95
  - lib/daengine/engine.rb
94
96
  - lib/daengine/taxonomy_parser.rb