muck-engine 3.0.3 → 3.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.3
1
+ 3.0.4
@@ -401,7 +401,7 @@ namespace :muck do
401
401
  namespace :db do
402
402
  desc "populate database with language, state and country data"
403
403
  task :populate => :environment do
404
- Muck::MuckEngine::Populate.all
404
+ MuckEngine::Populate.all
405
405
  puts 'Finished adding languages, countries and states'
406
406
  end
407
407
 
data/muck-engine.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{muck-engine}
8
- s.version = "3.0.3"
8
+ s.version = "3.0.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Justin Ball", "Joel Duffin"]
@@ -1,6 +1,6 @@
1
1
  source "http://rubygems.org"
2
2
 
3
- gem "rails", "3.0.0" #, :path => "~/projects/other_apps/rails"
3
+ gem "rails", "3.0.1" #, :path => "~/projects/other_apps/rails"
4
4
  gem "mysql"
5
5
 
6
6
  # gem "authlogic"
@@ -9,7 +9,7 @@ GIT
9
9
  PATH
10
10
  remote: /Users/jbasdf/projects/muck-engine
11
11
  specs:
12
- muck-engine (3.0.2)
12
+ muck-engine (3.0.3)
13
13
  overlord
14
14
  validation_reflection
15
15
  will_paginate (~> 3.0.beta)
@@ -17,11 +17,11 @@ PATH
17
17
  PATH
18
18
  remote: /Users/jbasdf/projects/muck-users
19
19
  specs:
20
- muck-users (3.0.2)
20
+ muck-users (3.0.4)
21
21
  authlogic
22
22
  bcrypt-ruby
23
23
  friendly_id
24
- muck-engine
24
+ muck-engine (>= 3.0.3)
25
25
 
26
26
  PATH
27
27
  remote: /Users/jbasdf/projects/other_apps/shoulda
@@ -32,12 +32,12 @@ GEM
32
32
  remote: http://rubygems.org/
33
33
  specs:
34
34
  abstract (1.0.0)
35
- actionmailer (3.0.0)
36
- actionpack (= 3.0.0)
35
+ actionmailer (3.0.1)
36
+ actionpack (= 3.0.1)
37
37
  mail (~> 2.2.5)
38
- actionpack (3.0.0)
39
- activemodel (= 3.0.0)
40
- activesupport (= 3.0.0)
38
+ actionpack (3.0.1)
39
+ activemodel (= 3.0.1)
40
+ activesupport (= 3.0.1)
41
41
  builder (~> 2.1.2)
42
42
  erubis (~> 2.6.6)
43
43
  i18n (~> 0.4.1)
@@ -45,19 +45,19 @@ GEM
45
45
  rack-mount (~> 0.6.12)
46
46
  rack-test (~> 0.5.4)
47
47
  tzinfo (~> 0.3.23)
48
- activemodel (3.0.0)
49
- activesupport (= 3.0.0)
48
+ activemodel (3.0.1)
49
+ activesupport (= 3.0.1)
50
50
  builder (~> 2.1.2)
51
51
  i18n (~> 0.4.1)
52
- activerecord (3.0.0)
53
- activemodel (= 3.0.0)
54
- activesupport (= 3.0.0)
52
+ activerecord (3.0.1)
53
+ activemodel (= 3.0.1)
54
+ activesupport (= 3.0.1)
55
55
  arel (~> 1.0.0)
56
56
  tzinfo (~> 0.3.23)
57
- activeresource (3.0.0)
58
- activemodel (= 3.0.0)
59
- activesupport (= 3.0.0)
60
- activesupport (3.0.0)
57
+ activeresource (3.0.1)
58
+ activemodel (= 3.0.1)
59
+ activesupport (= 3.0.1)
60
+ activesupport (3.0.1)
61
61
  arel (1.0.1)
62
62
  activesupport (~> 3.0.0)
63
63
  autotest (4.4.1)
@@ -71,7 +71,7 @@ GEM
71
71
  rack (>= 1.0.0)
72
72
  rack-test (>= 0.5.4)
73
73
  selenium-webdriver (>= 0.0.3)
74
- childprocess (0.0.7)
74
+ childprocess (0.1.3)
75
75
  ffi (~> 0.6.3)
76
76
  columnize (0.3.1)
77
77
  configuration (1.1.0)
@@ -95,7 +95,7 @@ GEM
95
95
  rake (>= 0.8.7)
96
96
  friendly_id (3.1.7)
97
97
  babosa (~> 0.2.0)
98
- gherkin (2.2.8)
98
+ gherkin (2.2.9)
99
99
  json (~> 1.4.6)
100
100
  term-ansicolor (~> 1.0.5)
101
101
  httparty (0.6.1)
@@ -122,17 +122,17 @@ GEM
122
122
  rack (>= 1.0.0)
123
123
  rack-test (0.5.6)
124
124
  rack (>= 1.0)
125
- rails (3.0.0)
126
- actionmailer (= 3.0.0)
127
- actionpack (= 3.0.0)
128
- activerecord (= 3.0.0)
129
- activeresource (= 3.0.0)
130
- activesupport (= 3.0.0)
125
+ rails (3.0.1)
126
+ actionmailer (= 3.0.1)
127
+ actionpack (= 3.0.1)
128
+ activerecord (= 3.0.1)
129
+ activeresource (= 3.0.1)
130
+ activesupport (= 3.0.1)
131
131
  bundler (~> 1.0.0)
132
- railties (= 3.0.0)
133
- railties (3.0.0)
134
- actionpack (= 3.0.0)
135
- activesupport (= 3.0.0)
132
+ railties (= 3.0.1)
133
+ railties (3.0.1)
134
+ actionpack (= 3.0.1)
135
+ activesupport (= 3.0.1)
136
136
  rake (>= 0.8.4)
137
137
  thor (~> 0.14.0)
138
138
  rake (0.8.7)
@@ -147,8 +147,8 @@ GEM
147
147
  rspec-mocks (2.0.0)
148
148
  rspec-core (= 2.0.0)
149
149
  rspec-expectations (= 2.0.0)
150
- rspec-rails (2.0.0)
151
- rspec (= 2.0.0)
150
+ rspec-rails (2.0.1)
151
+ rspec (~> 2.0.0)
152
152
  ruby-debug (0.10.3)
153
153
  columnize (>= 0.1)
154
154
  ruby-debug-base (~> 0.10.3.0)
@@ -187,7 +187,7 @@ DEPENDENCIES
187
187
  muck-users!
188
188
  mysql
189
189
  overlord
190
- rails (= 3.0.0)
190
+ rails (= 3.0.1)
191
191
  rcov
192
192
  rspec (>= 2.0.0)
193
193
  rspec-rails (>= 2.0.0)
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: muck-engine
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1
4
+ hash: 15
5
5
  prerelease: false
6
6
  segments:
7
7
  - 3
8
8
  - 0
9
- - 3
10
- version: 3.0.3
9
+ - 4
10
+ version: 3.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Justin Ball