quickbase_record 0.2.0 → 0.2.1
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.
- checksums.yaml +8 -8
- data/.gitignore +1 -0
- data/README.md +2 -4
- data/lib/quickbase_record/version.rb +1 -1
- data/quickbase_record-0.2.0.gem +0 -0
- data/quickbase_record.gemspec +0 -1
- data/spec/quickbase_record_config.rb +2 -4
- metadata +3 -16
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NGU0NzhlNDg2MDZjMjJkYTY1NDIxNzZmMGY2YmYyMzdjYjY1MGM1MA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
OGI1NzAxMzI4YjVhOTdhY2ZlMjA3ZjU4NmQyN2VkZmEwM2Q0NmZlNg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
Y2Q4YTUxM2U0NmRlY2Y4MjI4MTRkZjNhMzM5OGIxZWQ1ZjMyZTM0NDU1MTRh
|
10
|
+
MDVkNzI5MzEzMGY3ZjRiMzNjNzNmMWQwN2ViMzhmYmU0NDNlYmRlYmM1OThl
|
11
|
+
ZDdlYmE3MGQ1ZjYwY2U1NTU3NTgyM2QxMzdiMWZjYzQzOGZmYjM=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NDc1NGE0MzUxOTNhMjBmMTVmYjIyZmY3Y2IyNmY5ZmMwYWQ3OGQxODRjYzYz
|
14
|
+
ZWQzYjg1ZWVmNmZkMWU2YjRiY2QyNjJlZjUwOTFiYTBiYzA5ZGRjOTUxMzlj
|
15
|
+
ZjYyZGQ3MjViZGJiMTZlZDdlMmJmYjk5Yzc4Yjc5OTA3MjU2ZmQ=
|
data/.gitignore
CHANGED
data/README.md
CHANGED
@@ -124,10 +124,8 @@ Database callbacks (i.e. `before_save :create_token!`) are not fully functional
|
|
124
124
|
# {'8'.XEX.'Cullen Jett'}
|
125
125
|
```
|
126
126
|
|
127
|
-
|
128
|
-
|
129
|
-
- Returns an array of objects
|
130
|
-
- Works with field names or FIDs
|
127
|
+
- Also accepts a string in the standard QuickBase query format
|
128
|
+
* Works with field names or FIDs
|
131
129
|
```
|
132
130
|
Post.query("{'3'.EX.'1'}")
|
133
131
|
Post.query("{author.XEX.'Cullen Jett'}")
|
Binary file
|
data/quickbase_record.gemspec
CHANGED
@@ -21,7 +21,6 @@ Gem::Specification.new do |spec|
|
|
21
21
|
spec.add_development_dependency "bundler", "~> 1.7"
|
22
22
|
spec.add_development_dependency "rake", "~> 10.0"
|
23
23
|
spec.add_development_dependency "rspec"
|
24
|
-
spec.add_development_dependency "shoulda-matchers"
|
25
24
|
|
26
25
|
spec.add_runtime_dependency "advantage_quickbase"
|
27
26
|
spec.add_runtime_dependency "activesupport"
|
@@ -1,7 +1,5 @@
|
|
1
1
|
QuickbaseRecord.configure do |config|
|
2
2
|
config.realm = "ais"
|
3
|
-
|
4
|
-
config.
|
5
|
-
# config.password = ENV["QB_PASSWORD"]
|
6
|
-
config.password = "condor88"
|
3
|
+
config.username = ENV["QB_USERNAME"]
|
4
|
+
config.password = ENV["QB_PASSWORD"]
|
7
5
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: quickbase_record
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Cullen Jett
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-06-
|
11
|
+
date: 2015-06-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -52,20 +52,6 @@ dependencies:
|
|
52
52
|
- - ! '>='
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
|
-
- !ruby/object:Gem::Dependency
|
56
|
-
name: shoulda-matchers
|
57
|
-
requirement: !ruby/object:Gem::Requirement
|
58
|
-
requirements:
|
59
|
-
- - ! '>='
|
60
|
-
- !ruby/object:Gem::Version
|
61
|
-
version: '0'
|
62
|
-
type: :development
|
63
|
-
prerelease: false
|
64
|
-
version_requirements: !ruby/object:Gem::Requirement
|
65
|
-
requirements:
|
66
|
-
- - ! '>='
|
67
|
-
- !ruby/object:Gem::Version
|
68
|
-
version: '0'
|
69
55
|
- !ruby/object:Gem::Dependency
|
70
56
|
name: advantage_quickbase
|
71
57
|
requirement: !ruby/object:Gem::Requirement
|
@@ -130,6 +116,7 @@ files:
|
|
130
116
|
- lib/quickbase_record/queries.rb
|
131
117
|
- lib/quickbase_record/version.rb
|
132
118
|
- quickbase_record-0.1.0.gem
|
119
|
+
- quickbase_record-0.2.0.gem
|
133
120
|
- quickbase_record.gemspec
|
134
121
|
- spec/fakes/student_fake.rb
|
135
122
|
- spec/fakes/teacher_fake.rb
|