couchbase-view-helpers 1.0.1-java → 1.1.0-java

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bb7791c34f4a225c0dbcbcdb026e3b62fd047bb4
4
- data.tar.gz: 7bbc4457fb39cf4f3ce0ef0f051cc79fff29953a
3
+ metadata.gz: ea698fcab009f049a6cc779a17c3a4caa78972a6
4
+ data.tar.gz: 578d8a8146f45a268d674d25b9da94681115ee0a
5
5
  SHA512:
6
- metadata.gz: 8dafed7c89761253d72462209e3177591788264320409ad0a953c2d4cfb47f3c90d88b6450d0015bcd4c621e8baebcd1a8ccd0494a6101ca2f81129dc7a7860f
7
- data.tar.gz: 62391ca5827cb8ec9561a9d0067010cfe3095a841f37b40dc4559c707aaa8ea292360472f09353af0446d2c13abb46256a94bf578b968a9deb2a8a052478f4e5
6
+ metadata.gz: 4922755e9e4028f8c5d5f772502d0705b476b6b2de86eacea23328ac324564883c009825c62cde598fd3d339016fd2f25aa9222fb222408b85453cbef86f7cac
7
+ data.tar.gz: 5f53ecd0bf3ef1a52d0a53b50baea221cf00f98f253f1a0609077554166bc03a353bf1f1c0b98467b7a60619cd59257198b9d7d0d0b9d1fc1e5dda9285253d9b
File without changes
@@ -1,5 +1,5 @@
1
1
  module Couchbase
2
2
  module ViewHelpers
3
- VERSION = '1.0.1'
3
+ VERSION = '1.1.0'
4
4
  end
5
5
  end
data/test/helper.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  require 'minitest/autorun'
2
- require_relative '../lib/couchbase'
2
+ require_relative '../lib/couchbase-view-helpers'
3
3
 
4
4
  class MockView
5
5
  include Couchbase::ViewHelpers
@@ -3,7 +3,6 @@ require 'helper'
3
3
  class TestIntegration < MiniTest::Unit::TestCase
4
4
 
5
5
  def setup
6
- skip 'strangeness with View constructor'
7
6
  @view = Couchbase::View.new('bucket', 'endpoint')
8
7
  end
9
8
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: couchbase-view-helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.1.0
5
5
  platform: java
6
6
  authors:
7
7
  - Mike Evans
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-19 00:00:00.000000000 Z
11
+ date: 2013-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: couchbase-jruby-client
@@ -65,7 +65,7 @@ files:
65
65
  - README.md
66
66
  - Rakefile
67
67
  - couchbase-view-helpers.gemspec
68
- - lib/couchbase.rb
68
+ - lib/couchbase-view-helpers.rb
69
69
  - lib/couchbase/view_helpers.rb
70
70
  - lib/couchbase/view_helpers/paginate_params.rb
71
71
  - lib/couchbase/view_helpers/version.rb