ipp_quickbase_devkit 0.0.1 → 0.0.2
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.
|
@@ -208,7 +208,6 @@ module ActiveRecord
|
|
|
208
208
|
end
|
|
209
209
|
|
|
210
210
|
def select(sql,name)
|
|
211
|
-
puts sql
|
|
212
211
|
sql = sql.to_s
|
|
213
212
|
|
|
214
213
|
if sql.match(/([^:]+)(:)(.+)/)
|
|
@@ -235,7 +234,6 @@ module ActiveRecord
|
|
|
235
234
|
rows = @qbc.getAllValuesForFieldsAsArray(@qbc.dbid,nil,nil,nil,sql)
|
|
236
235
|
rows.each{|row| row["id"] = row[@id_field_name]} if rows
|
|
237
236
|
end
|
|
238
|
-
puts rows.inspect
|
|
239
237
|
|
|
240
238
|
rows
|
|
241
239
|
|
data/rakefile
CHANGED
|
@@ -33,7 +33,7 @@ spec = Gem::Specification.new do |s|
|
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
end
|
|
36
|
-
s.version = "0.0.
|
|
36
|
+
s.version = "0.0.2"
|
|
37
37
|
s.date = "2009-07-01"
|
|
38
38
|
s.authors = ["Gareth Lewis"]
|
|
39
39
|
s.email = "dev-ipp_dev_kits@code.intuit.com"
|
|
@@ -46,7 +46,7 @@ spec = Gem::Specification.new do |s|
|
|
|
46
46
|
s.add_development_dependency("rspec", [">= 1.2.7"])
|
|
47
47
|
s.required_ruby_version = ">=1.8.6"
|
|
48
48
|
s.platform = Gem::Platform::RUBY
|
|
49
|
-
s.files = FileList["LICENSE","README.rdoc","rakefile","examples/**/*.","examples/**/*.*","doc/*.*","lib/*.rb","lib/*.qbc","test/*.rb","test/*.bat"].exclude(".svn").to_a
|
|
49
|
+
s.files = FileList["LICENSE","README.rdoc","rakefile","examples/**/*.","examples/**/*.*","doc/*.*","lib/*.rb","lib/*.qbc","test/*.rb","test/*.bat","lib/active_record/connection_adapters/*.rb" ].exclude(".svn").to_a
|
|
50
50
|
end
|
|
51
51
|
|
|
52
52
|
Rake::GemPackageTask.new(spec).define
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: 0.0.
|
|
8
|
+
- 2
|
|
9
|
+
version: 0.0.2
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Gareth Lewis
|
|
@@ -280,7 +280,6 @@ files:
|
|
|
280
280
|
- doc/QuickBaseClient.rb.htm
|
|
281
281
|
- doc/ReleaseNotes.txt
|
|
282
282
|
- lib/qbc.makeCSVFile.rb
|
|
283
|
-
- lib/quickbase_adapter.rb
|
|
284
283
|
- lib/QuickBaseClient.rb
|
|
285
284
|
- lib/QuickBaseCommandLineClient.rb
|
|
286
285
|
- lib/QuickBaseContactsAppBuilder.rb
|
|
@@ -305,6 +304,7 @@ files:
|
|
|
305
304
|
- test/spec_workplace_objects_test.rb
|
|
306
305
|
- test/spec_workplace_smoke_tests.rb
|
|
307
306
|
- test/run_tests.bat
|
|
307
|
+
- lib/active_record/connection_adapters/quickbase_adapter.rb
|
|
308
308
|
has_rdoc: true
|
|
309
309
|
homepage: https://code.intuit.com/sf/projects/ipp_dev_kits
|
|
310
310
|
licenses: []
|