libciel 0.0.0.1 → 0.0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (6) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +2 -1
  3. data/LICENSE.txt +21 -1
  4. data/README.md +4 -0
  5. data/lib/libciel.rb +1 -1
  6. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ecfd08c9e6800e2102d7b8a058da4a426677df8e
4
- data.tar.gz: f959f67faead363cc2ff029b16d0d4ba166d37ad
3
+ metadata.gz: dc7e2c339c060855b8d8d5ff00c7ae2bd868a9bb
4
+ data.tar.gz: 217d0b4d4f3b05e83eeba0ec0b0b006369bb4e76
5
5
  SHA512:
6
- metadata.gz: 3071c7789ea15ffaabb5084652a114cc90e1c956a6e680233c5d357735fdba98be8e53466941ee851b743ee96365ecaacd6d801455778f8310d7a2f5810ddedc
7
- data.tar.gz: fbc43c31094de75444a6d7ae7ad0b059fd1be105c051de30b126129bd2f488e37f7c2af394f2eb40fb892e84b46462c607dd80d31d2d61df1b994f8d228e6c91
6
+ metadata.gz: 6d102875526fbcd3d656214c1a407e3ff943a048eaf1ef380d28cdf950a7e383a4bc739b47d7f3ba0baed6ff688a9465ada839ca027909a5e9cfb4e76d115d58
7
+ data.tar.gz: 2180c8d14545ec9aeaa7cb2badd0c3c902608870dc85b8f75f244a71ddde8bc33459dad6c12cbf43b232346e2dc0e7d45d5e3976aba26f290e4fa04d4d8caf00
data/CHANGELOG.md CHANGED
@@ -1,3 +1,4 @@
1
1
  # ChangeLog
2
2
 
3
- ## 0.0.0.1
3
+ ## 0.0.0.2 (2014 Jan 22)
4
+ - Initial release
data/LICENSE.txt CHANGED
@@ -1 +1,21 @@
1
- blank currently
1
+ - Copyright (c) 2013, T. Yamada
2
+
3
+ Redistribution and use in source and binary forms, with or without
4
+ modification, are permitted provided that the following conditions are met:
5
+
6
+ 1. Redistributions of source code must retain the above copyright notice, this
7
+ list of conditions and the following disclaimer.
8
+ 2. Redistributions in binary form must reproduce the above copyright notice,
9
+ this list of conditions and the following disclaimer in the documentation
10
+ and/or other materials provided with the distribution.
11
+
12
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
13
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
14
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
15
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
16
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
17
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
18
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
19
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
20
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
21
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
data/README.md CHANGED
@@ -8,3 +8,7 @@
8
8
  * rubinius 2.1.1 or 2.2.3 (or later, maybe)
9
9
  * 2.2.1 and 2.2.2 are not working.
10
10
  * (Possibly) ironruby / macruby / topaz etc
11
+
12
+ ## Notice
13
+ * **Ruby 2.0+ cannot handle dbd-sqlite3.**
14
+ * jruby cannot handle dbi.
data/lib/libciel.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module LibCiel
2
2
  #Version string
3
- VERSION='0.0.0.1'
3
+ VERSION='0.0.0.2'
4
4
  end
5
5
 
6
6
  class Object
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libciel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0.1
4
+ version: 0.0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - cielavenir