swift 1.2.1 → 1.2.2

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/lib/swift/version.rb +3 -0
  3. data/swift.gemspec +5 -5
  4. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 18c278ce050ba2e983c44f446ec275b3cb9fb867
4
- data.tar.gz: 55ad66f690b578a47bf9446611cb044c10a1f4f2
3
+ metadata.gz: 873a3194ddc2b721d3a0a16d9bb1167ce83d42c0
4
+ data.tar.gz: 53ad879e6778c1acb8471588abb3ff38fc2f835f
5
5
  SHA512:
6
- metadata.gz: 6514b0f039f53ceb35dfc1db5b91eb4b14a5e48d820302aba581262bd8fecccaf7da3eb97c3abf261f1698b919da5b4271f8d2e95fc10afccb6005aba7e6a529
7
- data.tar.gz: c849a24b4b450f6cdf6c37031271115d06626180e07b4b9ae6e897a2e7821f01c163fcb1a73cb5dbad3feb1d40f9f64a3138e2a8fa5eb02d2b15dd9c9ed8cace
6
+ metadata.gz: 3799161ae1972ebdea4a40d4a56199204f58265cd1f2e10c67ad2474fab266926c79b7aa6e6a3aa1b8ee09a7b8eac5f224b1558154280a2321c4f86b92644298
7
+ data.tar.gz: d5c9a79929133b6077b0f82a41ed955cf4916c40a1aad6ab6243be6a67cdc550b26877cc083d9cc894e1b0f653d5c296c67aaeacf810aa026ea231df886797b1
@@ -0,0 +1,3 @@
1
+ module Swift
2
+ VERSION = '1.2.2'
3
+ end
@@ -1,22 +1,22 @@
1
1
  # -*- encoding: utf-8 -*-
2
- # stub: swift 1.2.1 ruby lib
2
+ # stub: swift 1.2.2 ruby lib
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "swift"
6
- s.version = "1.2.1"
6
+ s.version = "1.2.2"
7
7
 
8
8
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
9
9
  s.require_paths = ["lib"]
10
10
  s.authors = ["Shane Hanna", "Bharanee 'Barney' Rathna"]
11
- s.date = "2014-09-12"
11
+ s.date = "2014-12-02"
12
12
  s.description = "A rational rudimentary database abstraction."
13
13
  s.email = ["shane.hanna@gmail.com", "deepfryed@gmail.com"]
14
14
  s.extra_rdoc_files = ["LICENSE", "README.md"]
15
- s.files = ["API.rdoc", "LICENSE", "README.md", "Rakefile", "lib/swift.rb", "lib/swift/adapter.rb", "lib/swift/adapter/em/mysql.rb", "lib/swift/adapter/em/postgres.rb", "lib/swift/adapter/eventmachine.rb", "lib/swift/adapter/mysql.rb", "lib/swift/adapter/postgres.rb", "lib/swift/adapter/sql.rb", "lib/swift/adapter/sqlite3.rb", "lib/swift/adapter/synchrony.rb", "lib/swift/adapter/synchrony/mysql.rb", "lib/swift/adapter/synchrony/postgres.rb", "lib/swift/attribute.rb", "lib/swift/fiber_connection_pool.rb", "lib/swift/header.rb", "lib/swift/identity_map.rb", "lib/swift/migrations.rb", "lib/swift/record.rb", "lib/swift/result.rb", "lib/swift/statement.rb", "lib/swift/type.rb", "lib/swift/validations.rb", "swift.gemspec", "test/helper.rb", "test/house-explode.jpg", "test/test_adapter.rb", "test/test_async.rb", "test/test_datetime_parser.rb", "test/test_encoding.rb", "test/test_error.rb", "test/test_identity_map.rb", "test/test_io.rb", "test/test_record.rb", "test/test_swift.rb", "test/test_synchrony.rb", "test/test_timestamps.rb", "test/test_transactions.rb", "test/test_types.rb", "test/test_validations.rb"]
15
+ s.files = ["API.rdoc", "LICENSE", "README.md", "Rakefile", "lib/swift.rb", "lib/swift/adapter.rb", "lib/swift/adapter/em/mysql.rb", "lib/swift/adapter/em/postgres.rb", "lib/swift/adapter/eventmachine.rb", "lib/swift/adapter/mysql.rb", "lib/swift/adapter/postgres.rb", "lib/swift/adapter/sql.rb", "lib/swift/adapter/sqlite3.rb", "lib/swift/adapter/synchrony.rb", "lib/swift/adapter/synchrony/mysql.rb", "lib/swift/adapter/synchrony/postgres.rb", "lib/swift/attribute.rb", "lib/swift/fiber_connection_pool.rb", "lib/swift/header.rb", "lib/swift/identity_map.rb", "lib/swift/migrations.rb", "lib/swift/record.rb", "lib/swift/result.rb", "lib/swift/statement.rb", "lib/swift/type.rb", "lib/swift/validations.rb", "lib/swift/version.rb", "swift.gemspec", "test/helper.rb", "test/house-explode.jpg", "test/test_adapter.rb", "test/test_async.rb", "test/test_datetime_parser.rb", "test/test_encoding.rb", "test/test_error.rb", "test/test_identity_map.rb", "test/test_io.rb", "test/test_record.rb", "test/test_swift.rb", "test/test_synchrony.rb", "test/test_timestamps.rb", "test/test_transactions.rb", "test/test_types.rb", "test/test_validations.rb"]
16
16
  s.homepage = "http://github.com/shanna/swift"
17
17
  s.licenses = ["MIT"]
18
18
  s.required_ruby_version = Gem::Requirement.new(">= 1.9.2")
19
- s.rubygems_version = "2.2.0"
19
+ s.rubygems_version = "2.2.2"
20
20
  s.summary = "A rational rudimentary database abstraction."
21
21
  s.test_files = ["test/helper.rb", "test/house-explode.jpg", "test/test_adapter.rb", "test/test_async.rb", "test/test_datetime_parser.rb", "test/test_encoding.rb", "test/test_error.rb", "test/test_identity_map.rb", "test/test_io.rb", "test/test_record.rb", "test/test_swift.rb", "test/test_synchrony.rb", "test/test_timestamps.rb", "test/test_transactions.rb", "test/test_types.rb", "test/test_validations.rb"]
22
22
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: swift
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shane Hanna
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-09-12 00:00:00.000000000 Z
12
+ date: 2014-12-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: minitest
@@ -159,6 +159,7 @@ files:
159
159
  - lib/swift/statement.rb
160
160
  - lib/swift/type.rb
161
161
  - lib/swift/validations.rb
162
+ - lib/swift/version.rb
162
163
  - swift.gemspec
163
164
  - test/helper.rb
164
165
  - test/house-explode.jpg
@@ -196,7 +197,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
196
197
  version: '0'
197
198
  requirements: []
198
199
  rubyforge_project:
199
- rubygems_version: 2.2.0
200
+ rubygems_version: 2.2.2
200
201
  signing_key:
201
202
  specification_version: 4
202
203
  summary: A rational rudimentary database abstraction.