• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

aws / aws-sdk-core-ruby / 336
100%

Build:
DEFAULT BRANCH: master
Ran 08 Oct 2014 04:59PM UTC
Jobs 11
Files 176
Run time 12min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
336

push

travis-ci

Trevor Rowe
Added support for DynamoDB document attributes.

You can now specify additional DynamoDB attribute value types,
including:

* Hash
* Array
* true/false
* nil

These types can be nested, allowing you to send deeply nested
data to DynamoDB.

    ddb.put_item(table_name: 'table-name', item: {
      id: 'item-id',
      tags: ['cool', 'new', 'feature'],
      secret: nil,
      other: {
        nested: true
        deeply: {
          nested: true
          mixed: [1, 1.2, 'values', { objects: true }]
        }
      }
    })

Complex attributes are automatically un-marshalled into
Ruby natives:

    ddb.get_item(table_name:'table-name', key: {'id' => 'item-id'})
    => #<struct item= {
        "tags" => ["cool", "new", "feature"],
        "id" => "item-id",
        "other" => {
          "nested" => true,
          "deeply" => {
            "nested" => true,
            "mixed" =>  [
              #<BigDecimal:7fc6d1e33df8,'0.1E1',9(18)>,
              #<BigDecimal:7fc6d1e30f68,'0.12E1',18(18)>,
              "values",
              {"objects" => true}
            ]
          }
        },
        "secret" => nil
      }, consumed_capacity=nil>

16 of 16 new or added lines in 1 file covered. (100.0%)

4943 of 5315 relevant lines covered (93.0%)

526.74 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
aws-sdk-core/lib/aws-sdk-core/client_stubs.rb
Jobs
ID Job ID Ran Files Coverage
1 336.1 (1.9.3, PURE_RUBY=1, Gemfile) 08 Oct 2014 05:01PM UTC 0
92.7
Travis Job 336.1
2 336.2 (1.9.3, NOKOGIRI=1, Gemfile) 08 Oct 2014 05:03PM UTC 0
92.7
Travis Job 336.2
3 336.3 (1.9.3, OX=1 OJ=1, Gemfile) 08 Oct 2014 05:00PM UTC 0
92.7
Travis Job 336.3
4 336.4 (2.0.0, PURE_RUBY=1, Gemfile) 08 Oct 2014 05:00PM UTC 0
92.72
Travis Job 336.4
5 336.5 (2.0.0, NOKOGIRI=1, Gemfile) 08 Oct 2014 05:01PM UTC 0
92.72
Travis Job 336.5
6 336.6 (2.0.0, OX=1 OJ=1, Gemfile) 08 Oct 2014 05:05PM UTC 0
92.72
Travis Job 336.6
7 336.7 (2.1.2, PURE_RUBY=1, Gemfile) 08 Oct 2014 05:10PM UTC 0
92.72
Travis Job 336.7
8 336.8 (2.1.2, NOKOGIRI=1, Gemfile) 08 Oct 2014 05:06PM UTC 0
92.72
Travis Job 336.8
9 336.9 (2.1.2, OX=1 OJ=1, Gemfile) 08 Oct 2014 05:05PM UTC 0
92.72
Travis Job 336.9
10 336.10 (jruby, PURE_RUBY=1, Gemfile) 08 Oct 2014 05:09PM UTC 0
92.04
Travis Job 336.10
11 336.11 (jruby, NOKOGIRI=1, Gemfile) 08 Oct 2014 05:10PM UTC 0
92.04
Travis Job 336.11
Source Files on build 336
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #336
  • 27e894a4 on github
  • Prev Build on master (#335)
  • Next Build on master (#337)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc