jdbc-splice 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -18
  3. data/lib/jdbc/splice/version.rb +1 -1
  4. metadata +13 -12
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0e3e466b5c933d44895a02bd4fe22ad4d09adbc3
4
- data.tar.gz: ad1d29011393f1451d140a01c2917558572a48fe
3
+ metadata.gz: 85d74fdf75595c2186dd9892335b1ca7303b7a60
4
+ data.tar.gz: b99327b91e46b19c7a0a8df84ff64f14e68ae381
5
5
  SHA512:
6
- metadata.gz: a82d97492451d6e6281d5bd1ec5b671e0526749bab4910fc517da610d10d8443fae812519609565329576bc4759910b801f8aff6e8b770559aeed15b721c05f6
7
- data.tar.gz: 8b984d11f78b3c7e8fbd6fb8066ee73047bdcd603313261bd5c001347abd514af63765b14bdc65dabdb09ccf382c8404754e66ba6af3bd31a40f46c930314e74
6
+ metadata.gz: 23b9a411bd1faa3cd7da264b119ca717c53133ee3ae532bbd17949cb061748a9769f2a3f267f2a33f58c0960d386f0c70d4f15b9701e17bbac0a61a8ecd77ef6
7
+ data.tar.gz: 134e62e7d9e695457f7645643c41689c8e40e8529c256734b36cb6f6724c0c589a54cdc930474cdb7a6a4cd1f774e058565f1ff47aeec91fb69ff3a99b9e4483
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # Jdbc::Splice
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/jdbc/splice`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
3
+ Splice Engine driver for JRuby.
6
4
 
7
5
  ## Installation
8
6
 
@@ -14,7 +12,7 @@ gem 'jdbc-splice'
14
12
 
15
13
  And then execute:
16
14
 
17
- $ bundle
15
+ $ bundle install
18
16
 
19
17
  Or install it yourself as:
20
18
 
@@ -22,20 +20,9 @@ Or install it yourself as:
22
20
 
23
21
  ## Usage
24
22
 
25
- TODO: Write usage instructions here
26
-
27
- ## Development
28
-
29
- After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
-
31
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
-
33
- ## Contributing
34
-
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/jdbc-splice.
36
-
23
+ `require 'jdbc/splice'` and invoke `Jdbc::Splice.load_driver` within JRuby to load the driver.
37
24
 
38
- ## License
39
25
 
40
- The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
26
+ #### This gem is mostly used in with Splice Adapter gem:
41
27
 
28
+ `gem 'activerecord-jdbcsplice-adapter'`
@@ -1,5 +1,5 @@
1
1
  module Jdbc
2
2
  module Splice
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,44 +1,45 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jdbc-splice
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kolosek
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-16 00:00:00.000000000 Z
11
+ date: 2016-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
+ name: bundler
14
15
  requirement: !ruby/object:Gem::Requirement
15
16
  requirements:
16
17
  - - "~>"
17
18
  - !ruby/object:Gem::Version
18
19
  version: '1.12'
19
- name: bundler
20
- prerelease: false
21
20
  type: :development
21
+ prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1.12'
27
27
  - !ruby/object:Gem::Dependency
28
+ name: rake
28
29
  requirement: !ruby/object:Gem::Requirement
29
30
  requirements:
30
31
  - - "~>"
31
32
  - !ruby/object:Gem::Version
32
33
  version: '10.0'
33
- name: rake
34
- prerelease: false
35
34
  type: :development
35
+ prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '10.0'
41
- description: Install this gem `require 'jdbc/splice'` and invoke `Jdbc::Splice.load_driver` within JRuby to load the driver.
41
+ description: Install this gem `require 'jdbc/splice'` and invoke `Jdbc::Splice.load_driver`
42
+ within JRuby to load the driver.
42
43
  email:
43
44
  - office@kolosek.com
44
45
  executables: []
@@ -59,7 +60,7 @@ homepage: http://splicemachine.com
59
60
  licenses:
60
61
  - MIT
61
62
  metadata: {}
62
- post_install_message:
63
+ post_install_message:
63
64
  rdoc_options: []
64
65
  require_paths:
65
66
  - lib
@@ -74,9 +75,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
75
  - !ruby/object:Gem::Version
75
76
  version: '0'
76
77
  requirements: []
77
- rubyforge_project:
78
- rubygems_version: 2.6.6
79
- signing_key:
78
+ rubyforge_project:
79
+ rubygems_version: 2.5.1
80
+ signing_key:
80
81
  specification_version: 4
81
82
  summary: Splice Engine for JRuby. Includes the JDBC driver.
82
83
  test_files: []