twowaysql 0.5.0 → 0.6.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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: f0499c0436ecd0336356792254247d0913eef0b8
4
+ data.tar.gz: d84bcae2663bbc30d83a2d3f6625ff68e417133c
5
+ SHA512:
6
+ metadata.gz: e789a02914cc528316262da35ed714f3adc20f6bdb4a1c122daf223f4c70437c9807a4ec1d0005ce6fa483fcaabe1777f71d3025de0a3bc06a118895ee293d90
7
+ data.tar.gz: 73355be5456e64aa306907d740e9c4d354f74ee4ab65f4f2debe12b9b4fa5bcbf90e447b09374c982db87d8678631f5695c51cfa05b0bd809dee4c3075faaaa7
@@ -1,3 +1,6 @@
1
+ == release_0_6 / 2015-04-03
2
+ * support ruby 2.1 and 2.2 (Thanks tim-saki)
3
+
1
4
  == release_0_5 / 2012-01-20
2
5
  * use Bundler to build this gem
3
6
  * fix old specs / features
@@ -1,4 +1,4 @@
1
- Copyright 2008-2012 Takuto Wada
1
+ Copyright 2008-2015 Takuto Wada
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
@@ -443,11 +443,12 @@ Default is false. When true, parser preserves original actual comments. When fal
443
443
 
444
444
  * Keiji Muraishi(http://github.com/kjim)
445
445
  * Keiji Yoshimi(http://github.com/walf443)
446
+ * tim-saki(http://github.com/tim-saki)
446
447
 
447
448
 
448
449
  == LICENSE:
449
450
 
450
- Copyright 2008-2012 Takuto Wada
451
+ Copyright 2008-2015 Takuto Wada
451
452
 
452
453
  Licensed under the Apache License, Version 2.0 (the "License");
453
454
  you may not use this file except in compliance with the License.
@@ -73,7 +73,7 @@ module TwoWaySQL
73
73
 
74
74
  private
75
75
  def safe_eval(ctx, exp)
76
- within_safe_level(4) { eval(exp) }
76
+ within_safe_level(3) { eval(exp) }
77
77
  end
78
78
 
79
79
  def within_safe_level(level)
@@ -1,3 +1,3 @@
1
1
  module TwoWaySQL
2
- VERSION = "0.5.0"
2
+ VERSION = "0.6.0"
3
3
  end
metadata CHANGED
@@ -1,49 +1,57 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twowaysql
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
5
- prerelease:
4
+ version: 0.6.0
6
5
  platform: ruby
7
6
  authors:
8
7
  - Takuto Wada
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2012-01-20 00:00:00.000000000 Z
11
+ date: 2015-04-03 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: racc
16
- requirement: &70290123701160 !ruby/object:Gem::Requirement
17
- none: false
15
+ requirement: !ruby/object:Gem::Requirement
18
16
  requirements:
19
- - - ! '>='
17
+ - - ">="
20
18
  - !ruby/object:Gem::Version
21
19
  version: '0'
22
20
  type: :development
23
21
  prerelease: false
24
- version_requirements: *70290123701160
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
25
27
  - !ruby/object:Gem::Dependency
26
28
  name: rspec
27
- requirement: &70290123700720 !ruby/object:Gem::Requirement
28
- none: false
29
+ requirement: !ruby/object:Gem::Requirement
29
30
  requirements:
30
- - - ! '>='
31
+ - - ">="
31
32
  - !ruby/object:Gem::Version
32
33
  version: '0'
33
34
  type: :development
34
35
  prerelease: false
35
- version_requirements: *70290123700720
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
36
41
  - !ruby/object:Gem::Dependency
37
42
  name: cucumber
38
- requirement: &70290123700260 !ruby/object:Gem::Requirement
39
- none: false
43
+ requirement: !ruby/object:Gem::Requirement
40
44
  requirements:
41
- - - ! '>='
45
+ - - ">="
42
46
  - !ruby/object:Gem::Version
43
47
  version: '0'
44
48
  type: :development
45
49
  prerelease: false
46
- version_requirements: *70290123700260
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
47
55
  description: Template Engine for SQL
48
56
  email:
49
57
  - takuto.wada@gmail.com
@@ -51,7 +59,7 @@ executables: []
51
59
  extensions: []
52
60
  extra_rdoc_files: []
53
61
  files:
54
- - .gitignore
62
+ - ".gitignore"
55
63
  - Gemfile
56
64
  - History.txt
57
65
  - License.txt
@@ -98,33 +106,26 @@ files:
98
106
  - twowaysql.gemspec
99
107
  homepage: https://github.com/twada/twowaysql
100
108
  licenses: []
109
+ metadata: {}
101
110
  post_install_message:
102
111
  rdoc_options: []
103
112
  require_paths:
104
113
  - lib
105
114
  required_ruby_version: !ruby/object:Gem::Requirement
106
- none: false
107
115
  requirements:
108
- - - ! '>='
116
+ - - ">="
109
117
  - !ruby/object:Gem::Version
110
118
  version: '0'
111
- segments:
112
- - 0
113
- hash: 164586672608732535
114
119
  required_rubygems_version: !ruby/object:Gem::Requirement
115
- none: false
116
120
  requirements:
117
- - - ! '>='
121
+ - - ">="
118
122
  - !ruby/object:Gem::Version
119
123
  version: '0'
120
- segments:
121
- - 0
122
- hash: 164586672608732535
123
124
  requirements: []
124
125
  rubyforge_project: twowaysql
125
- rubygems_version: 1.8.10
126
+ rubygems_version: 2.4.5
126
127
  signing_key:
127
- specification_version: 3
128
+ specification_version: 4
128
129
  summary: Template Engine for SQL
129
130
  test_files:
130
131
  - features/feature_helper.rb