rails3_assist 0.2.3 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
- data/.document +0 -0
- data/.gitignore +0 -0
- data/.rspec +0 -0
- data/LICENSE +0 -0
- data/README.markdown +0 -0
- data/Rakefile +0 -0
- data/VERSION +1 -1
- data/lib/rails3_assist/app/file_names.rb +0 -0
- data/lib/rails3_assist/app/methods/crud.rb +0 -0
- data/lib/rails3_assist/app/methods/new_content.rb +0 -0
- data/lib/rails3_assist/app/rails_dirs.rb +0 -0
- data/lib/rails3_assist/app/rails_files.rb +0 -0
- data/lib/rails3_assist/app.rb +0 -0
- data/lib/rails3_assist/artifact/markers.rb +0 -0
- data/lib/rails3_assist/artifact/migration.rb +0 -0
- data/lib/rails3_assist/artifact/orm.rb +0 -0
- data/lib/rails3_assist/artifact/view.rb +0 -0
- data/lib/rails3_assist/base/class_methods.rb +0 -0
- data/lib/rails3_assist/base/create.rb +0 -0
- data/lib/rails3_assist/base/file_name.rb +0 -0
- data/lib/rails3_assist/base/insert.rb +0 -0
- data/lib/rails3_assist/base/read.rb +0 -0
- data/lib/rails3_assist/base/remove.rb +0 -0
- data/lib/rails3_assist/base.rb +0 -0
- data/lib/rails3_assist/extensions/core_ext.rb +0 -0
- data/lib/rails3_assist/rspec/macro.rb +0 -0
- data/lib/rails3_assist.rb +0 -0
- data/rails3_assist.gemspec +2 -2
- data/rails_generator.log +0 -0
- data/spec/fixtures/log/development.log +0 -0
- data/spec/fixtures/log/production.log +0 -0
- data/spec/fixtures/log/server.log +0 -0
- data/spec/fixtures/log/test.log +0 -0
- data/spec/load_spec.rb +0 -0
- data/spec/rails3_assist/app/app_dirs_spec.rb +0 -0
- data/spec/rails3_assist/app/app_file_names_spec.rb +0 -0
- data/spec/rails3_assist/app/app_files_spec.rb +0 -0
- data/spec/rails3_assist/artifact/controller/controller_spec.rb +0 -0
- data/spec/rails3_assist/artifact/helper/helper_spec.rb +0 -0
- data/spec/rails3_assist/artifact/mailer/mailer_spec.rb +0 -0
- data/spec/rails3_assist/artifact/migration/migration_spec.rb +0 -0
- data/spec/rails3_assist/artifact/model/model_spec.rb +0 -0
- data/spec/rails3_assist/artifact/observer/observer_spec.rb +0 -0
- data/spec/rails3_assist/artifact/orm/active_record_spec.rb +0 -0
- data/spec/rails3_assist/artifact/orm/mongo_mapper_spec.rb +0 -0
- data/spec/rails3_assist/artifact/orm/mongoid_spec.rb +0 -0
- data/spec/rails3_assist/artifact/view_spec/view_controller_action_spec.rb +0 -0
- data/spec/rails3_assist/artifact/view_spec/view_controller_default_action_specc.rb +0 -0
- data/spec/spec_helper.rb +0 -0
- metadata +3 -3
data/.document
CHANGED
File without changes
|
data/.gitignore
CHANGED
File without changes
|
data/.rspec
CHANGED
File without changes
|
data/LICENSE
CHANGED
File without changes
|
data/README.markdown
CHANGED
File without changes
|
data/Rakefile
CHANGED
File without changes
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.4
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/lib/rails3_assist/app.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/lib/rails3_assist/base.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
data/lib/rails3_assist.rb
CHANGED
File without changes
|
data/rails3_assist.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{rails3_assist}
|
8
|
-
s.version = "0.2.
|
8
|
+
s.version = "0.2.4"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Kristian Mandrup"]
|
12
|
-
s.date = %q{2010-09-
|
12
|
+
s.date = %q{2010-09-11}
|
13
13
|
s.description = %q{Assist in operating on Rails 3 artifacts including migrations}
|
14
14
|
s.email = %q{kmandrup@gmail.com}
|
15
15
|
s.extra_rdoc_files = [
|
data/rails_generator.log
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/spec/fixtures/log/test.log
CHANGED
File without changes
|
data/spec/load_spec.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/spec/spec_helper.rb
CHANGED
File without changes
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 2
|
8
|
-
-
|
9
|
-
version: 0.2.
|
8
|
+
- 4
|
9
|
+
version: 0.2.4
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Kristian Mandrup
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-09-
|
17
|
+
date: 2010-09-11 00:00:00 +02:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|