flounder 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/flounder.gemspec +1 -1
  3. metadata +2 -3
  4. data/Gemfile.lock +0 -33
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6b703e899203d9243eed106f9cb6cf3d4b58e2c7
4
- data.tar.gz: 1cc85a58b7942aea21f9b684c11320f355e92ab0
3
+ metadata.gz: 740168d7c1b6af4512d1fe0241aa2311ff290cc6
4
+ data.tar.gz: de30b4d4e04bb31f2082c9ef95fac9147ec3713f
5
5
  SHA512:
6
- metadata.gz: e86c577be0793530e9aa64b518c0c62e954728b230434d874e87275e767437050f676b630d6dbc96cbc28ff70390224e9b04336deff504842cdc39b428b83b5f
7
- data.tar.gz: 4a2e9d534c6acdd851b7344a75f2099eae066beebbe118045a05f8a6bb1be25633c1d3a1516bff8a3ea89bd7e7b5049575f3eaaf64fae7564319dd4cc9a32731
6
+ metadata.gz: 5a11bd2ebf80f5af077325f58ea96045bc2e61a3f4c8db4ba82020a143eb29f669b614df8b4155d54df20ce602e37c264b7547af75bece93181a43ef67db4f70
7
+ data.tar.gz: f4591506a011b6857a5b84c628cac7e6ef7220e1f996a72b40d4f1c08ae01d36bb8230c40903e87a3590f0819b5b83905dc3e8cad6ce2c777cdbd6d40858dcf6
data/flounder.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "flounder"
5
- s.version = '0.2.0'
5
+ s.version = '0.3.0'
6
6
  s.summary = "Flounder is a way to write SQL simply in Ruby. It deals with everything BUT object relational mapping. "
7
7
  s.email = "kaspar.schiess@technologyastronauts.ch"
8
8
  s.homepage = "https://bitbucket.org/technologyastronauts/laboratory_flounder"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flounder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kaspar Schiess
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-22 00:00:00.000000000 Z
11
+ date: 2014-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: arel
@@ -85,7 +85,6 @@ extensions: []
85
85
  extra_rdoc_files: []
86
86
  files:
87
87
  - Gemfile
88
- - Gemfile.lock
89
88
  - HACKING
90
89
  - LICENSE
91
90
  - README
data/Gemfile.lock DELETED
@@ -1,33 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- flounder (0.2.0)
5
- arel (~> 5, > 5.0.1)
6
- connection_pool (~> 2)
7
- hashie (~> 3, >= 3.2)
8
- pg (> 0.17)
9
-
10
- GEM
11
- remote: https://rubygems.org/
12
- specs:
13
- ae (1.8.2)
14
- ansi
15
- ansi (1.4.3)
16
- arel (5.0.1.20140414130214)
17
- brass (1.2.1)
18
- connection_pool (2.0.0)
19
- facets (2.9.3)
20
- hashie (3.2.0)
21
- pg (0.17.1)
22
- qed (2.9.1)
23
- ansi
24
- brass
25
- facets (>= 2.8)
26
-
27
- PLATFORMS
28
- ruby
29
-
30
- DEPENDENCIES
31
- ae
32
- flounder!
33
- qed