generator_spec 0.8.6 → 0.8.7

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/.gitignore CHANGED
@@ -2,3 +2,4 @@
2
2
  .bundle
3
3
  pkg/*
4
4
  spec/tmp
5
+ Gemfile.lock
@@ -1,5 +1,4 @@
1
1
  require 'active_record'
2
- require 'rspec'
3
2
  require 'rails/generators/test_case'
4
3
  require 'generator_spec/matcher'
5
4
 
@@ -46,4 +45,4 @@ module GeneratorSpec
46
45
  end
47
46
  end
48
47
  end
49
- end
48
+ end
@@ -1,3 +1,3 @@
1
1
  module GeneratorSpec
2
- VERSION = '0.8.6'
2
+ VERSION = '0.8.7'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: generator_spec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.6
4
+ version: 0.8.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-24 00:00:00.000000000 Z
12
+ date: 2012-12-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activerecord
@@ -97,7 +97,6 @@ files:
97
97
  - .gitignore
98
98
  - .rspec
99
99
  - Gemfile
100
- - Gemfile.lock
101
100
  - MIT-LICENSE
102
101
  - README.md
103
102
  - Rakefile
@@ -1,82 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- generator_spec (0.8.5)
5
- activerecord (>= 3.0, < 4.0)
6
- railties (>= 3.0, < 4.0)
7
-
8
- GEM
9
- remote: http://rubygems.org/
10
- specs:
11
- actionpack (3.2.9)
12
- activemodel (= 3.2.9)
13
- activesupport (= 3.2.9)
14
- builder (~> 3.0.0)
15
- erubis (~> 2.7.0)
16
- journey (~> 1.0.4)
17
- rack (~> 1.4.0)
18
- rack-cache (~> 1.2)
19
- rack-test (~> 0.6.1)
20
- sprockets (~> 2.2.1)
21
- activemodel (3.2.9)
22
- activesupport (= 3.2.9)
23
- builder (~> 3.0.0)
24
- activerecord (3.2.9)
25
- activemodel (= 3.2.9)
26
- activesupport (= 3.2.9)
27
- arel (~> 3.0.2)
28
- tzinfo (~> 0.3.29)
29
- activesupport (3.2.9)
30
- i18n (~> 0.6)
31
- multi_json (~> 1.0)
32
- arel (3.0.2)
33
- builder (3.0.4)
34
- diff-lcs (1.1.3)
35
- erubis (2.7.0)
36
- fakefs (0.4.1)
37
- hike (1.2.1)
38
- i18n (0.6.1)
39
- journey (1.0.4)
40
- json (1.7.5)
41
- multi_json (1.3.7)
42
- rack (1.4.1)
43
- rack-cache (1.2)
44
- rack (>= 0.4)
45
- rack-ssl (1.3.2)
46
- rack
47
- rack-test (0.6.2)
48
- rack (>= 1.0)
49
- railties (3.2.9)
50
- actionpack (= 3.2.9)
51
- activesupport (= 3.2.9)
52
- rack-ssl (~> 1.3.2)
53
- rake (>= 0.8.7)
54
- rdoc (~> 3.4)
55
- thor (>= 0.14.6, < 2.0)
56
- rake (10.0.2)
57
- rdoc (3.12)
58
- json (~> 1.4)
59
- rspec (2.12.0)
60
- rspec-core (~> 2.12.0)
61
- rspec-expectations (~> 2.12.0)
62
- rspec-mocks (~> 2.12.0)
63
- rspec-core (2.12.0)
64
- rspec-expectations (2.12.0)
65
- diff-lcs (~> 1.1.3)
66
- rspec-mocks (2.12.0)
67
- sprockets (2.2.1)
68
- hike (~> 1.2)
69
- multi_json (~> 1.0)
70
- rack (~> 1.0)
71
- tilt (~> 1.1, != 1.3.0)
72
- thor (0.16.0)
73
- tilt (1.3.3)
74
- tzinfo (0.3.35)
75
-
76
- PLATFORMS
77
- ruby
78
-
79
- DEPENDENCIES
80
- fakefs (~> 0.4.1)
81
- generator_spec!
82
- rspec