Package not found. Please check the package name and try again.

veritable 0.1.0.0 → 0.1.0.79

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.
Files changed (2) hide show
  1. data/lib/veritable/version.rb +1 -1
  2. metadata +15 -9
@@ -1,3 +1,3 @@
1
1
  module Veritable
2
- VERSION = "0.1.0.0"
2
+ VERSION = "0.1.0.79"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: veritable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.0
4
+ version: 0.1.0.79
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -114,18 +114,18 @@ executables: []
114
114
  extensions: []
115
115
  extra_rdoc_files: []
116
116
  files:
117
- - CHANGELOG.txt
118
- - lib/veritable/api.rb
119
- - lib/veritable/connection.rb
120
- - lib/veritable/cursor.rb
121
- - lib/veritable/datatypes.rb
117
+ - lib/veritable.rb
118
+ - lib/veritable/util.rb
122
119
  - lib/veritable/errors.rb
120
+ - lib/veritable/datatypes.rb
123
121
  - lib/veritable/object.rb
124
- - lib/veritable/resource.rb
125
- - lib/veritable/util.rb
122
+ - lib/veritable/cursor.rb
123
+ - lib/veritable/connection.rb
126
124
  - lib/veritable/version.rb
127
- - lib/veritable.rb
125
+ - lib/veritable/resource.rb
126
+ - lib/veritable/api.rb
128
127
  - LICENSE
128
+ - CHANGELOG.txt
129
129
  - README.md
130
130
  homepage: https://dev.priorknowledge.com
131
131
  licenses: []
@@ -139,12 +139,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
139
139
  - - ! '>='
140
140
  - !ruby/object:Gem::Version
141
141
  version: '0'
142
+ segments:
143
+ - 0
144
+ hash: 2754327049634132128
142
145
  required_rubygems_version: !ruby/object:Gem::Requirement
143
146
  none: false
144
147
  requirements:
145
148
  - - ! '>='
146
149
  - !ruby/object:Gem::Version
147
150
  version: '0'
151
+ segments:
152
+ - 0
153
+ hash: 2754327049634132128
148
154
  requirements: []
149
155
  rubyforge_project:
150
156
  rubygems_version: 1.8.24