hquery-patient-api 1.0.2 → 1.0.3
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 +15 -0
- data/.travis.yml +2 -5
- data/Gemfile +2 -2
- data/Rakefile +9 -6
- data/hquery_patientapi.gemspec +1 -1
- data/test/test_helper.rb +5 -2
- metadata +5 -7
checksums.yaml
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
---
|
2
|
+
!binary "U0hBMQ==":
|
3
|
+
metadata.gz: !binary |-
|
4
|
+
YzhlMTk1NWNjMGQwNTAxZDI5YWZlNzQzYjdlN2M3YTc3NjM2MTUxNg==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
ZmM0MjNhODY2ZDVlMDJjOTg2NjRlYWM4ZWY5ZGE5MGE3NjBmMTY2Zg==
|
7
|
+
SHA512:
|
8
|
+
metadata.gz: !binary |-
|
9
|
+
NzBiNjliZGNiMjNhMGUxYjUxOGExNDVhYjRjOGFiMWZjODc3MjI2ZGJkNGNh
|
10
|
+
YmM2NTA3NjQ2NGI0Yjk1ZDBjY2I3ZmFlMGQ3NDFlNjQwYzQ4NTA4ZWI2YWE5
|
11
|
+
YjRhNzg0Y2EyNzJlMjkzZTg4NjBmYWNkMTJiMTZjMzUxNDI2NGM=
|
12
|
+
data.tar.gz: !binary |-
|
13
|
+
MWQxNTllZWQ1NGFhODNjMmQ0MDQxOTBlOGE1Mzk4NzBkZDRkNWM2OTVkMGRh
|
14
|
+
MDIzY2JkZTJjNjJlYjRiMTVhNGIzYzVjMzcxZTJmZDQ0N2MwZTkzMjc3YTJi
|
15
|
+
ZWNjM2ZmYWIyZThmZDUzNTEzM2I1MDYyMDI0ZGE3N2YyNTUyODE=
|
data/.travis.yml
CHANGED
data/Gemfile
CHANGED
data/Rakefile
CHANGED
@@ -4,15 +4,18 @@ require 'sprockets'
|
|
4
4
|
require 'tilt'
|
5
5
|
require 'fileutils'
|
6
6
|
|
7
|
-
task :default => [:
|
8
|
-
|
7
|
+
task :default => [:test]
|
8
|
+
|
9
9
|
desc "Run basic tests"
|
10
|
-
Rake::TestTask.new(
|
11
|
-
t.
|
10
|
+
Rake::TestTask.new(:test_unit) do |t|
|
11
|
+
t.libs << "test"
|
12
|
+
t.test_files = FileList['test/**/*_test.rb']
|
12
13
|
t.verbose = true
|
13
|
-
|
14
|
-
}
|
14
|
+
end
|
15
15
|
|
16
|
+
task :test => [:test_unit] do
|
17
|
+
|
18
|
+
end
|
16
19
|
|
17
20
|
namespace :doc do
|
18
21
|
desc "Generate JS from CoffeeScript"
|
data/hquery_patientapi.gemspec
CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
|
7
7
|
s.email = "talk@hquery.org"
|
8
8
|
s.homepage = "http://github.com/hquery/patient_api"
|
9
9
|
s.authors = ["Marc Hadley", "Andy Gregorowicz", "Rob Dingwell", "Andre Quina"]
|
10
|
-
s.version = '1.0.
|
10
|
+
s.version = '1.0.3'
|
11
11
|
|
12
12
|
s.files = `git ls-files`.split("\n")
|
13
13
|
end
|
data/test/test_helper.rb
CHANGED
@@ -1,9 +1,12 @@
|
|
1
|
-
require 'bundler/setup'
|
2
|
-
require 'test/unit'
|
3
1
|
require 'tilt'
|
4
2
|
require 'coffee_script'
|
5
3
|
require 'sprockets'
|
6
4
|
require 'execjs'
|
5
|
+
|
6
|
+
require 'minitest/autorun'
|
7
|
+
|
8
|
+
require 'bundler/setup'
|
9
|
+
require 'test/unit'
|
7
10
|
require 'turn'
|
8
11
|
|
9
12
|
Tilt::CoffeeScriptTemplate.default_bare=true
|
metadata
CHANGED
@@ -1,8 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hquery-patient-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
5
|
-
prerelease:
|
4
|
+
version: 1.0.3
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Marc Hadley
|
@@ -12,7 +11,7 @@ authors:
|
|
12
11
|
autorequire:
|
13
12
|
bindir: bin
|
14
13
|
cert_chain: []
|
15
|
-
date:
|
14
|
+
date: 2014-03-25 00:00:00.000000000 Z
|
16
15
|
dependencies: []
|
17
16
|
description: A javascript library abstraction for dealing with patients in hQuery
|
18
17
|
map reduce functions
|
@@ -167,27 +166,26 @@ files:
|
|
167
166
|
- test/unit/patient_api_test.rb
|
168
167
|
homepage: http://github.com/hquery/patient_api
|
169
168
|
licenses: []
|
169
|
+
metadata: {}
|
170
170
|
post_install_message:
|
171
171
|
rdoc_options: []
|
172
172
|
require_paths:
|
173
173
|
- lib
|
174
174
|
required_ruby_version: !ruby/object:Gem::Requirement
|
175
|
-
none: false
|
176
175
|
requirements:
|
177
176
|
- - ! '>='
|
178
177
|
- !ruby/object:Gem::Version
|
179
178
|
version: '0'
|
180
179
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
181
|
-
none: false
|
182
180
|
requirements:
|
183
181
|
- - ! '>='
|
184
182
|
- !ruby/object:Gem::Version
|
185
183
|
version: '0'
|
186
184
|
requirements: []
|
187
185
|
rubyforge_project:
|
188
|
-
rubygems_version:
|
186
|
+
rubygems_version: 2.2.2
|
189
187
|
signing_key:
|
190
|
-
specification_version:
|
188
|
+
specification_version: 4
|
191
189
|
summary: A javascript library abstraction for dealing with patients in hQuery map
|
192
190
|
reduce functions
|
193
191
|
test_files: []
|