leanmodel 0.1.1 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +2 -2
  2. data/VERSION +1 -1
  3. data/leanmodel.gemspec +4 -4
  4. metadata +5 -5
data/Rakefile CHANGED
@@ -17,8 +17,8 @@ Jeweler::Tasks.new do |gem|
17
17
  gem.name = "leanmodel"
18
18
  gem.homepage = "http://github.com/obi-a/leanmodel"
19
19
  gem.license = "MIT"
20
- gem.summary = %Q{Simple ORM for CouchDB based on ActiveModel}
21
- gem.description = %Q{Simple ORM for CouchDB based on ActiveModel}
20
+ gem.summary = %Q{Basic ActiveModel, does nothing}
21
+ gem.description = %Q{Basic ActiveModel, does nothing}
22
22
  gem.email = "obioraakubue@yahoo.com"
23
23
  gem.authors = ["obi-a"]
24
24
  # dependencies defined in Gemfile
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.3
data/leanmodel.gemspec CHANGED
@@ -5,12 +5,12 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "leanmodel"
8
- s.version = "0.1.1"
8
+ s.version = "0.1.3"
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"]
12
- s.date = "2012-04-07"
13
- s.description = "Simple ORM for CouchDB based on ActiveModel"
12
+ s.date = "2012-04-15"
13
+ s.description = "Basic ActiveModel, does nothing"
14
14
  s.email = "obioraakubue@yahoo.com"
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE.txt",
@@ -35,7 +35,7 @@ Gem::Specification.new do |s|
35
35
  s.licenses = ["MIT"]
36
36
  s.require_paths = ["lib"]
37
37
  s.rubygems_version = "1.8.21"
38
- s.summary = "Simple ORM for CouchDB based on ActiveModel"
38
+ s.summary = "Basic ActiveModel, does nothing"
39
39
 
40
40
  if s.respond_to? :specification_version then
41
41
  s.specification_version = 3
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.1
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-04-07 00:00:00.000000000 Z
12
+ date: 2012-04-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
@@ -123,7 +123,7 @@ dependencies:
123
123
  - - ! '>='
124
124
  - !ruby/object:Gem::Version
125
125
  version: '0'
126
- description: Simple ORM for CouchDB based on ActiveModel
126
+ description: Basic ActiveModel, does nothing
127
127
  email: obioraakubue@yahoo.com
128
128
  executables: []
129
129
  extensions: []
@@ -159,7 +159,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
159
159
  version: '0'
160
160
  segments:
161
161
  - 0
162
- hash: -782282559
162
+ hash: -296849791
163
163
  required_rubygems_version: !ruby/object:Gem::Requirement
164
164
  none: false
165
165
  requirements:
@@ -171,5 +171,5 @@ rubyforge_project:
171
171
  rubygems_version: 1.8.21
172
172
  signing_key:
173
173
  specification_version: 3
174
- summary: Simple ORM for CouchDB based on ActiveModel
174
+ summary: Basic ActiveModel, does nothing
175
175
  test_files: []