tractor 0.4.8 → 0.4.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/tractor.gemspec +21 -23
  2. metadata +6 -7
  3. data/.gitignore +0 -23
@@ -1,49 +1,47 @@
1
1
  # Generated by jeweler
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{tractor}
8
- s.version = "0.4.8"
8
+ s.version = "0.4.9"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Shane Wolf"]
12
- s.date = %q{2010-11-01}
12
+ s.date = %q{2011-01-06}
13
13
  s.description = %q{Very simple object mappings for ruby objects}
14
14
  s.email = %q{shanewolf@gmail.com}
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE",
17
- "README.rdoc"
17
+ "README.rdoc"
18
18
  ]
19
19
  s.files = [
20
20
  ".document",
21
- ".gitignore",
22
- "LICENSE",
23
- "README.rdoc",
24
- "Rakefile",
25
- "VERSION",
26
- "lib/tractor.rb",
27
- "lib/tractor/model/base.rb",
28
- "lib/tractor/model/mapper.rb",
29
- "performance/test.rb",
30
- "spec/model/base_spec.rb",
31
- "spec/model/mapper_spec.rb",
32
- "spec/spec.opts",
33
- "spec/spec_helper.rb",
34
- "spec/tractor_spec.rb",
35
- "tractor.gemspec"
21
+ "LICENSE",
22
+ "README.rdoc",
23
+ "Rakefile",
24
+ "VERSION",
25
+ "lib/tractor.rb",
26
+ "lib/tractor/model/base.rb",
27
+ "lib/tractor/model/mapper.rb",
28
+ "performance/test.rb",
29
+ "spec/model/base_spec.rb",
30
+ "spec/model/mapper_spec.rb",
31
+ "spec/spec.opts",
32
+ "spec/spec_helper.rb",
33
+ "spec/tractor_spec.rb",
34
+ "tractor.gemspec"
36
35
  ]
37
36
  s.homepage = %q{http://github.com/gizm0duck/tractor}
38
- s.rdoc_options = ["--charset=UTF-8"]
39
37
  s.require_paths = ["lib"]
40
38
  s.rubygems_version = %q{1.3.7}
41
39
  s.summary = %q{Very simple object mapping for ruby objects}
42
40
  s.test_files = [
43
41
  "spec/model/base_spec.rb",
44
- "spec/model/mapper_spec.rb",
45
- "spec/spec_helper.rb",
46
- "spec/tractor_spec.rb"
42
+ "spec/model/mapper_spec.rb",
43
+ "spec/spec_helper.rb",
44
+ "spec/tractor_spec.rb"
47
45
  ]
48
46
 
49
47
  if s.respond_to? :specification_version then
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tractor
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 8
10
- version: 0.4.8
9
+ - 9
10
+ version: 0.4.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Shane Wolf
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-11-01 00:00:00 -07:00
18
+ date: 2011-01-06 00:00:00 -08:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -45,7 +45,6 @@ extra_rdoc_files:
45
45
  - README.rdoc
46
46
  files:
47
47
  - .document
48
- - .gitignore
49
48
  - LICENSE
50
49
  - README.rdoc
51
50
  - Rakefile
@@ -65,8 +64,8 @@ homepage: http://github.com/gizm0duck/tractor
65
64
  licenses: []
66
65
 
67
66
  post_install_message:
68
- rdoc_options:
69
- - --charset=UTF-8
67
+ rdoc_options: []
68
+
70
69
  require_paths:
71
70
  - lib
72
71
  required_ruby_version: !ruby/object:Gem::Requirement
data/.gitignore DELETED
@@ -1,23 +0,0 @@
1
- ## MAC OS
2
- .DS_Store
3
-
4
- ## TEXTMATE
5
- *.tmproj
6
- tmtags
7
-
8
- ## EMACS
9
- *~
10
- \#*
11
- .\#*
12
-
13
- ## VIM
14
- *.swp
15
-
16
- ## PROJECT::GENERAL
17
- coverage
18
- rdoc
19
- pkg
20
-
21
- ## PROJECT::SPECIFIC
22
- tractor.iml
23
- .idea