divan 0.1.1 → 0.1.2.pre1

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 (3) hide show
  1. data/VERSION +1 -1
  2. data/init.rb +6 -6
  3. metadata +11 -8
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2.pre1
data/init.rb CHANGED
@@ -5,10 +5,10 @@ require 'restclient'
5
5
  require 'json'
6
6
  require 'divan.rb'
7
7
 
8
- Divan.load_database_configuration 'config/divan_config.yml'
9
-
10
8
  # Lines below are used for debug purposes only
11
- class POC < Divan::Models::ProofOfConcept
12
- view_by :mod
13
- view_by :value
14
- end
9
+ # Divan.load_database_configuration 'config/divan_config.yml'
10
+ #
11
+ # class POC < Divan::Models::ProofOfConcept
12
+ # view_by :mod
13
+ # view_by :value
14
+ # end
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: divan
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
5
- prerelease: false
4
+ hash: -1876988192
5
+ prerelease: true
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 2
10
+ - pre1
11
+ version: 0.1.2.pre1
11
12
  platform: ruby
12
13
  authors:
13
14
  - Dalton Pinto
@@ -63,12 +64,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
63
64
  required_rubygems_version: !ruby/object:Gem::Requirement
64
65
  none: false
65
66
  requirements:
66
- - - ">="
67
+ - - ">"
67
68
  - !ruby/object:Gem::Version
68
- hash: 3
69
+ hash: 25
69
70
  segments:
70
- - 0
71
- version: "0"
71
+ - 1
72
+ - 3
73
+ - 1
74
+ version: 1.3.1
72
75
  requirements: []
73
76
 
74
77
  rubyforge_project: