blueprints 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/blueprints.gemspec +10 -11
- metadata +8 -8
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.4.
|
1
|
+
0.4.1
|
data/blueprints.gemspec
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
# Generated by jeweler
|
2
|
-
# DO NOT EDIT THIS FILE
|
3
|
-
# Instead, edit Jeweler::Tasks in Rakefile, and run
|
2
|
+
# DO NOT EDIT THIS FILE
|
3
|
+
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{blueprints}
|
8
|
-
s.version = "0.4.
|
8
|
+
s.version = "0.4.1"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Andrius Chamentauskas"]
|
12
|
-
s.date = %q{2009-12-
|
12
|
+
s.date = %q{2009-12-29}
|
13
13
|
s.description = %q{Another replacement for factories and fixtures. The library that lazy typists will love}
|
14
14
|
s.email = %q{sinsiliux@gmail.com}
|
15
15
|
s.extra_rdoc_files = [
|
@@ -62,16 +62,16 @@ Gem::Specification.new do |s|
|
|
62
62
|
s.rubygems_version = %q{1.3.5}
|
63
63
|
s.summary = %q{Another replacement for factories and fixtures}
|
64
64
|
s.test_files = [
|
65
|
-
"spec/
|
66
|
-
"spec/no_db/blueprint.rb",
|
67
|
-
"spec/no_db/blueprints_spec.rb",
|
68
|
-
"spec/no_db/spec_helper.rb",
|
69
|
-
"spec/active_record/fixtures/tree.rb",
|
65
|
+
"spec/active_record/blueprints_spec.rb",
|
70
66
|
"spec/active_record/fixtures/fruit.rb",
|
67
|
+
"spec/active_record/fixtures/tree.rb",
|
71
68
|
"spec/active_record/fixtures/schema.rb",
|
72
69
|
"spec/active_record/blueprint.rb",
|
73
|
-
"spec/active_record/blueprints_spec.rb",
|
74
70
|
"spec/active_record/spec_helper.rb",
|
71
|
+
"spec/no_db/blueprints_spec.rb",
|
72
|
+
"spec/no_db/fixtures/fruit.rb",
|
73
|
+
"spec/no_db/blueprint.rb",
|
74
|
+
"spec/no_db/spec_helper.rb",
|
75
75
|
"test/test_helper.rb",
|
76
76
|
"test/blueprints_test.rb"
|
77
77
|
]
|
@@ -86,4 +86,3 @@ Gem::Specification.new do |s|
|
|
86
86
|
else
|
87
87
|
end
|
88
88
|
end
|
89
|
-
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: blueprints
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrius Chamentauskas
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-12-
|
12
|
+
date: 2009-12-29 00:00:00 +02:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|
@@ -90,15 +90,15 @@ signing_key:
|
|
90
90
|
specification_version: 3
|
91
91
|
summary: Another replacement for factories and fixtures
|
92
92
|
test_files:
|
93
|
-
- spec/
|
94
|
-
- spec/no_db/blueprint.rb
|
95
|
-
- spec/no_db/blueprints_spec.rb
|
96
|
-
- spec/no_db/spec_helper.rb
|
97
|
-
- spec/active_record/fixtures/tree.rb
|
93
|
+
- spec/active_record/blueprints_spec.rb
|
98
94
|
- spec/active_record/fixtures/fruit.rb
|
95
|
+
- spec/active_record/fixtures/tree.rb
|
99
96
|
- spec/active_record/fixtures/schema.rb
|
100
97
|
- spec/active_record/blueprint.rb
|
101
|
-
- spec/active_record/blueprints_spec.rb
|
102
98
|
- spec/active_record/spec_helper.rb
|
99
|
+
- spec/no_db/blueprints_spec.rb
|
100
|
+
- spec/no_db/fixtures/fruit.rb
|
101
|
+
- spec/no_db/blueprint.rb
|
102
|
+
- spec/no_db/spec_helper.rb
|
103
103
|
- test/test_helper.rb
|
104
104
|
- test/blueprints_test.rb
|