yogo-framework 0.2.0 → 0.3.0
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/Gemfile +0 -6
- data/VERSION +1 -1
- data/yogo-framework.gemspec +2 -2
- metadata +4 -4
data/Gemfile
CHANGED
|
@@ -1,12 +1,6 @@
|
|
|
1
1
|
source :rubygems
|
|
2
2
|
gemspec
|
|
3
3
|
|
|
4
|
-
gem "yogo-db" , :git => "git://github.com/yogo/yogo-db.git"
|
|
5
|
-
gem "yogo-datamapper" , :git => "git://github.com/yogo/yogo-datamapper.git"
|
|
6
|
-
gem "yogo-operation" , :git => "git://github.com/yogo/yogo-operation.git"
|
|
7
|
-
# gem "yogo-support" , :git => "git://github.com/yogo/yogo-support.git"
|
|
8
|
-
gem "yogo-project" , :git => "git://github.com/yogo/yogo-project.git"
|
|
9
|
-
|
|
10
4
|
#
|
|
11
5
|
# Development and Test Dependencies
|
|
12
6
|
#
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.3.0
|
data/yogo-framework.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{yogo-framework}
|
|
8
|
-
s.version = "0.
|
|
8
|
+
s.version = "0.3.0"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["The Yogo Team"]
|
|
12
|
-
s.date = %q{2010-
|
|
12
|
+
s.date = %q{2010-11-01}
|
|
13
13
|
s.description = %q{Faster, Better, Simpler Data Management.}
|
|
14
14
|
s.email = %q{yogo@msu.montana.edu}
|
|
15
15
|
s.extra_rdoc_files = [
|
metadata
CHANGED
|
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
|
|
|
4
4
|
prerelease: false
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
|
-
-
|
|
7
|
+
- 3
|
|
8
8
|
- 0
|
|
9
|
-
version: 0.
|
|
9
|
+
version: 0.3.0
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- The Yogo Team
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2010-
|
|
17
|
+
date: 2010-11-01 00:00:00 -06:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
@@ -170,7 +170,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
170
170
|
requirements:
|
|
171
171
|
- - ">="
|
|
172
172
|
- !ruby/object:Gem::Version
|
|
173
|
-
hash:
|
|
173
|
+
hash: 2640965077119434152
|
|
174
174
|
segments:
|
|
175
175
|
- 0
|
|
176
176
|
version: "0"
|