leanmodel 0.1.0 → 0.1.1

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
data/leanmodel.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "leanmodel"
8
- s.version = "0.1.0"
8
+ s.version = "0.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["obi-a"]
@@ -25,8 +25,8 @@ Gem::Specification.new do |s|
25
25
  "Rakefile",
26
26
  "VERSION",
27
27
  "leanmodel.gemspec",
28
- "lib/lean_model.rb",
29
28
  "lib/lean_model/base.rb",
29
+ "lib/leanmodel.rb",
30
30
  "test/helper.rb",
31
31
  "test/lint_test.rb",
32
32
  "test/test_leanmodel.rb"
data/test/helper.rb CHANGED
@@ -12,7 +12,7 @@ require 'shoulda'
12
12
 
13
13
  $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
14
14
  $LOAD_PATH.unshift(File.dirname(__FILE__))
15
- require 'lean_model'
15
+ require 'leanmodel'
16
16
 
17
17
  class Test::Unit::TestCase
18
18
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: leanmodel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -139,8 +139,8 @@ files:
139
139
  - Rakefile
140
140
  - VERSION
141
141
  - leanmodel.gemspec
142
- - lib/lean_model.rb
143
142
  - lib/lean_model/base.rb
143
+ - lib/leanmodel.rb
144
144
  - test/helper.rb
145
145
  - test/lint_test.rb
146
146
  - test/test_leanmodel.rb
@@ -159,7 +159,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
159
159
  version: '0'
160
160
  segments:
161
161
  - 0
162
- hash: 692277069
162
+ hash: -782282559
163
163
  required_rubygems_version: !ruby/object:Gem::Requirement
164
164
  none: false
165
165
  requirements:
File without changes