mini_record 0.3.0.b → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/.travis.yml +1 -0
  2. data/lib/mini_record/version.rb +1 -1
  3. metadata +7 -10
data/.travis.yml CHANGED
@@ -1,3 +1,4 @@
1
+ before_install: 'gem update --system'
1
2
  rvm:
2
3
  - 1.8.7
3
4
  - 1.9.2
@@ -1,3 +1,3 @@
1
1
  module MiniRecord
2
- VERSION = "0.3.0.b"
2
+ VERSION = "0.3.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mini_record
3
3
  version: !ruby/object:Gem::Version
4
- hash: 51
5
- prerelease: 6
4
+ hash: 19
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
9
  - 0
10
- - b
11
- version: 0.3.0.b
10
+ version: 0.3.0
12
11
  platform: ruby
13
12
  authors:
14
13
  - Davide D'Agostino
@@ -79,14 +78,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
79
78
  required_rubygems_version: !ruby/object:Gem::Requirement
80
79
  none: false
81
80
  requirements:
82
- - - ">"
81
+ - - ">="
83
82
  - !ruby/object:Gem::Version
84
- hash: 25
83
+ hash: 3
85
84
  segments:
86
- - 1
87
- - 3
88
- - 1
89
- version: 1.3.1
85
+ - 0
86
+ version: "0"
90
87
  requirements: []
91
88
 
92
89
  rubyforge_project: mini_record