tchandy-machinist_mongomapper 0.9.7 → 0.9.8
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- metadata +1 -2
- data/machinist_mongomapper.gemspec +0 -55
data/Rakefile
CHANGED
@@ -5,7 +5,7 @@ require 'spec/rake/spectask'
|
|
5
5
|
begin
|
6
6
|
require 'jeweler'
|
7
7
|
Jeweler::Tasks.new do |gem|
|
8
|
-
gem.version = "0.9.
|
8
|
+
gem.version = "0.9.8"
|
9
9
|
gem.name = "tchandy-machinist_mongomapper"
|
10
10
|
gem.summary = %Q{Machinist adapter for MongoMapper}
|
11
11
|
gem.email = "tchandy@gmail.com"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tchandy-machinist_mongomapper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- "Nicolas M\xC3\xA9rouze"
|
@@ -52,7 +52,6 @@ files:
|
|
52
52
|
- VERSION
|
53
53
|
- init.rb
|
54
54
|
- lib/machinist/mongomapper.rb
|
55
|
-
- machinist_mongomapper.gemspec
|
56
55
|
- spec/mongomapper_spec.rb
|
57
56
|
- spec/spec_helper.rb
|
58
57
|
has_rdoc: true
|
@@ -1,55 +0,0 @@
|
|
1
|
-
# Generated by jeweler
|
2
|
-
# DO NOT EDIT THIS FILE
|
3
|
-
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
|
4
|
-
# -*- encoding: utf-8 -*-
|
5
|
-
|
6
|
-
Gem::Specification.new do |s|
|
7
|
-
s.name = %q{tchandy-machinist_mongomapper}
|
8
|
-
s.version = "0.9.7"
|
9
|
-
|
10
|
-
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
|
-
s.authors = ["Nicolas M\303\251rouze", "Vincent Hellot", "Mathieu Fosse", "Thiago Pradi"]
|
12
|
-
s.date = %q{2009-09-24}
|
13
|
-
s.email = %q{tchandy@gmail.com}
|
14
|
-
s.extra_rdoc_files = [
|
15
|
-
"LICENSE",
|
16
|
-
"README.md"
|
17
|
-
]
|
18
|
-
s.files = [
|
19
|
-
".gitignore",
|
20
|
-
"LICENSE",
|
21
|
-
"README.md",
|
22
|
-
"Rakefile",
|
23
|
-
"VERSION",
|
24
|
-
"init.rb",
|
25
|
-
"lib/machinist/mongomapper.rb",
|
26
|
-
"machinist_mongomapper.gemspec",
|
27
|
-
"spec/mongomapper_spec.rb",
|
28
|
-
"spec/spec_helper.rb"
|
29
|
-
]
|
30
|
-
s.homepage = %q{http://github.com/tchandy/machinist_mongomapper}
|
31
|
-
s.rdoc_options = ["--charset=UTF-8"]
|
32
|
-
s.require_paths = ["lib"]
|
33
|
-
s.rubygems_version = %q{1.3.5}
|
34
|
-
s.summary = %q{Machinist adapter for MongoMapper}
|
35
|
-
s.test_files = [
|
36
|
-
"spec/mongomapper_spec.rb",
|
37
|
-
"spec/spec_helper.rb"
|
38
|
-
]
|
39
|
-
|
40
|
-
if s.respond_to? :specification_version then
|
41
|
-
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
42
|
-
s.specification_version = 7
|
43
|
-
|
44
|
-
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
45
|
-
s.add_runtime_dependency(%q<notahat-machinist>, [">= 1.0.3"])
|
46
|
-
s.add_runtime_dependency(%q<mongomapper>, [">= 0.6.0"])
|
47
|
-
else
|
48
|
-
s.add_dependency(%q<notahat-machinist>, [">= 1.0.3"])
|
49
|
-
s.add_dependency(%q<mongomapper>, [">= 0.6.0"])
|
50
|
-
end
|
51
|
-
else
|
52
|
-
s.add_dependency(%q<notahat-machinist>, [">= 1.0.3"])
|
53
|
-
s.add_dependency(%q<mongomapper>, [">= 0.6.0"])
|
54
|
-
end
|
55
|
-
end
|