happy_farm_models 0.0.1 → 0.0.2

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.
@@ -5,12 +5,15 @@ require "happy_farm_models/version"
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "happy_farm_models"
7
7
  s.version = HappyFarmModels::VERSION
8
+ s.platform = Gem::Platform::RUBY
8
9
  s.authors = ["Dean Lin"]
9
10
  s.email = ["dean.lin@iscreen.com"]
10
11
  s.homepage = ""
11
12
  s.summary = %q{Write a gem summary}
12
13
  s.description = %q{Write a gem description}
13
14
 
15
+ s.required_rubygems_version = ">= 1.3.6"
16
+
14
17
  s.rubyforge_project = "happy_farm_models"
15
18
 
16
19
  s.files = `git ls-files`.split("\n")
@@ -1,4 +1,4 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  module HappyFarmModels
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: happy_farm_models
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dean Lin
@@ -107,10 +107,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
107
107
  requirements:
108
108
  - - ">="
109
109
  - !ruby/object:Gem::Version
110
- hash: 3
110
+ hash: 23
111
111
  segments:
112
- - 0
113
- version: "0"
112
+ - 1
113
+ - 3
114
+ - 6
115
+ version: 1.3.6
114
116
  requirements: []
115
117
 
116
118
  rubyforge_project: happy_farm_models