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.
Files changed (5) hide show
  1. data/Gemfile +0 -3
  2. data/Gemfile.lock +1 -28
  3. data/VERSION +1 -1
  4. data/yogo-project.gemspec +1 -1
  5. metadata +4 -4
data/Gemfile CHANGED
@@ -1,9 +1,6 @@
1
1
  source :rubygems
2
2
  gemspec
3
3
 
4
- gem "yogo-operation" , :git => "git://github.com/yogo/yogo-operation.git"
5
- gem "yogo-datamapper", :git => "git://github.com/yogo/yogo-datamapper.git"
6
-
7
4
  #
8
5
  # Development and Test Dependencies
9
6
  #
@@ -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.3.2)
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.3.2
1
+ 0.4.0
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{yogo-project}
8
- s.version = "0.3.2"
8
+ s.version = "0.4.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Ryan Heimbuch"]
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
- - 3
8
- - 2
9
- version: 0.3.2
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: -2719393632946930070
196
+ hash: -1525605269393522751
197
197
  segments:
198
198
  - 0
199
199
  version: "0"