yogo-project 0.3.2 → 0.4.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 -3
- data/Gemfile.lock +1 -28
- data/VERSION +1 -1
- data/yogo-project.gemspec +1 -1
- metadata +4 -4
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,30 +1,7 @@
|
|
|
1
|
-
GIT
|
|
2
|
-
remote: git://github.com/yogo/yogo-datamapper.git
|
|
3
|
-
revision: 11174aae88ee017b99cee489dcf469eccb0b1771
|
|
4
|
-
specs:
|
|
5
|
-
yogo-datamapper (0.2.0)
|
|
6
|
-
dm-aggregates (~> 1.0.2)
|
|
7
|
-
dm-core (~> 1.0.2)
|
|
8
|
-
dm-is-remixable
|
|
9
|
-
dm-migrations
|
|
10
|
-
dm-timestamps
|
|
11
|
-
dm-types (~> 1.0.2)
|
|
12
|
-
dm-validations
|
|
13
|
-
yogo-operation
|
|
14
|
-
yogo-support
|
|
15
|
-
|
|
16
|
-
GIT
|
|
17
|
-
remote: git://github.com/yogo/yogo-operation.git
|
|
18
|
-
revision: 8e96667a97964f7de1dedfba40b44a4fa9c3ccdc
|
|
19
|
-
specs:
|
|
20
|
-
yogo-operation (0.2.0)
|
|
21
|
-
dataflow
|
|
22
|
-
yogo-support (~> 0.1.0)
|
|
23
|
-
|
|
24
1
|
PATH
|
|
25
2
|
remote: .
|
|
26
3
|
specs:
|
|
27
|
-
yogo-project (0.
|
|
4
|
+
yogo-project (0.4.0)
|
|
28
5
|
carrierwave
|
|
29
6
|
configatron
|
|
30
7
|
data_mapper
|
|
@@ -64,7 +41,6 @@ GEM
|
|
|
64
41
|
dm-validations (= 1.0.2)
|
|
65
42
|
data_objects (0.10.2)
|
|
66
43
|
addressable (~> 2.1)
|
|
67
|
-
dataflow (0.3.1)
|
|
68
44
|
diff-lcs (1.1.2)
|
|
69
45
|
dm-aggregates (1.0.2)
|
|
70
46
|
dm-core (~> 1.0.2)
|
|
@@ -168,7 +144,6 @@ GEM
|
|
|
168
144
|
yard (0.6.1)
|
|
169
145
|
yardstick (0.1.0)
|
|
170
146
|
yard (~> 0.2)
|
|
171
|
-
yogo-support (0.1.1)
|
|
172
147
|
|
|
173
148
|
PLATFORMS
|
|
174
149
|
ruby
|
|
@@ -193,6 +168,4 @@ DEPENDENCIES
|
|
|
193
168
|
ruby-debug19
|
|
194
169
|
yard
|
|
195
170
|
yardstick
|
|
196
|
-
yogo-datamapper!
|
|
197
|
-
yogo-operation!
|
|
198
171
|
yogo-project!
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.4.0
|
data/yogo-project.gemspec
CHANGED
metadata
CHANGED
|
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
|
|
|
4
4
|
prerelease: false
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
|
-
-
|
|
8
|
-
-
|
|
9
|
-
version: 0.
|
|
7
|
+
- 4
|
|
8
|
+
- 0
|
|
9
|
+
version: 0.4.0
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Ryan Heimbuch
|
|
@@ -193,7 +193,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
193
193
|
requirements:
|
|
194
194
|
- - ">="
|
|
195
195
|
- !ruby/object:Gem::Version
|
|
196
|
-
hash: -
|
|
196
|
+
hash: -1525605269393522751
|
|
197
197
|
segments:
|
|
198
198
|
- 0
|
|
199
199
|
version: "0"
|