gds-api-adapters 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -17,6 +17,7 @@ module GdsApi
17
17
  owning_app: owning_app,
18
18
  kind: kind,
19
19
  name: record.title,
20
+ description: record.description,
20
21
  live: record.live
21
22
  }
22
23
  [:need_id, :section, :indexable_content].each do |attr_name|
@@ -1,3 +1,3 @@
1
1
  module GdsApi
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
@@ -29,6 +29,7 @@ class PanopticonApiTest < MiniTest::Unit::TestCase
29
29
  owning_app: 'my-app',
30
30
  kind: 'custom-application',
31
31
  name: 'MyFoo',
32
+ description: 'A custom foo of great customness.',
32
33
  live: true
33
34
  }
34
35
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: gds-api-adapters
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.0
5
+ version: 0.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - James Stewart
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-06-29 00:00:00 Z
13
+ date: 2012-07-03 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: plek
@@ -185,7 +185,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
185
185
  requirements:
186
186
  - - ">="
187
187
  - !ruby/object:Gem::Version
188
- hash: 3070109834685786037
188
+ hash: 1797618029185826042
189
189
  segments:
190
190
  - 0
191
191
  version: "0"
@@ -194,7 +194,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
194
194
  requirements:
195
195
  - - ">="
196
196
  - !ruby/object:Gem::Version
197
- hash: 3070109834685786037
197
+ hash: 1797618029185826042
198
198
  segments:
199
199
  - 0
200
200
  version: "0"