crystalmeta 0.9.1 → 0.9.2

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -1,5 +1,6 @@
1
1
  .bundle/
2
2
  .rspec
3
+ Gemfile*.lock
3
4
  pkg/
4
5
  spec/dummy/db/*.sqlite3
5
6
  spec/dummy/log/*.log
data/CHANGELOG.markdown CHANGED
@@ -1,3 +1,7 @@
1
+ ### 0.9.2 2013-01-02
2
+
3
+ * Ignore `Gemfile.lock`
4
+
1
5
  ### 0.9.1 2013-01-02
2
6
 
3
7
  * Ignore `.rspec`
@@ -1,3 +1,3 @@
1
1
  module Crystal
2
- VERSION = '0.9.1'
2
+ VERSION = '0.9.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: crystalmeta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -70,7 +70,6 @@ files:
70
70
  - .gitignore
71
71
  - CHANGELOG.markdown
72
72
  - Gemfile
73
- - Gemfile.lock
74
73
  - Rakefile
75
74
  - Readme.markdown
76
75
  - crystalmeta.gemspec
data/Gemfile.lock DELETED
@@ -1,130 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- crystalmeta (0.9.0)
5
- rails (>= 3.0.0)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- actionmailer (3.2.9)
11
- actionpack (= 3.2.9)
12
- mail (~> 2.4.4)
13
- actionpack (3.2.9)
14
- activemodel (= 3.2.9)
15
- activesupport (= 3.2.9)
16
- builder (~> 3.0.0)
17
- erubis (~> 2.7.0)
18
- journey (~> 1.0.4)
19
- rack (~> 1.4.0)
20
- rack-cache (~> 1.2)
21
- rack-test (~> 0.6.1)
22
- sprockets (~> 2.2.1)
23
- activemodel (3.2.9)
24
- activesupport (= 3.2.9)
25
- builder (~> 3.0.0)
26
- activerecord (3.2.9)
27
- activemodel (= 3.2.9)
28
- activesupport (= 3.2.9)
29
- arel (~> 3.0.2)
30
- tzinfo (~> 0.3.29)
31
- activeresource (3.2.9)
32
- activemodel (= 3.2.9)
33
- activesupport (= 3.2.9)
34
- activesupport (3.2.9)
35
- i18n (~> 0.6)
36
- multi_json (~> 1.0)
37
- addressable (2.3.2)
38
- arel (3.0.2)
39
- builder (3.0.4)
40
- capybara (2.0.1)
41
- mime-types (>= 1.16)
42
- nokogiri (>= 1.3.3)
43
- rack (>= 1.0.0)
44
- rack-test (>= 0.5.4)
45
- selenium-webdriver (~> 2.0)
46
- xpath (~> 1.0.0)
47
- childprocess (0.3.6)
48
- ffi (~> 1.0, >= 1.0.6)
49
- diff-lcs (1.1.3)
50
- erubis (2.7.0)
51
- ffi (1.2.0)
52
- hike (1.2.1)
53
- i18n (0.6.1)
54
- journey (1.0.4)
55
- json (1.7.5)
56
- libwebsocket (0.1.7.1)
57
- addressable
58
- websocket
59
- mail (2.4.4)
60
- i18n (>= 0.4.0)
61
- mime-types (~> 1.16)
62
- treetop (~> 1.4.8)
63
- mime-types (1.19)
64
- multi_json (1.5.0)
65
- nokogiri (1.5.6)
66
- polyglot (0.3.3)
67
- rack (1.4.1)
68
- rack-cache (1.2)
69
- rack (>= 0.4)
70
- rack-ssl (1.3.2)
71
- rack
72
- rack-test (0.6.2)
73
- rack (>= 1.0)
74
- rails (3.2.9)
75
- actionmailer (= 3.2.9)
76
- actionpack (= 3.2.9)
77
- activerecord (= 3.2.9)
78
- activeresource (= 3.2.9)
79
- activesupport (= 3.2.9)
80
- bundler (~> 1.0)
81
- railties (= 3.2.9)
82
- railties (3.2.9)
83
- actionpack (= 3.2.9)
84
- activesupport (= 3.2.9)
85
- rack-ssl (~> 1.3.2)
86
- rake (>= 0.8.7)
87
- rdoc (~> 3.4)
88
- thor (>= 0.14.6, < 2.0)
89
- rake (10.0.3)
90
- rdoc (3.12)
91
- json (~> 1.4)
92
- rspec-core (2.12.2)
93
- rspec-expectations (2.12.1)
94
- diff-lcs (~> 1.1.3)
95
- rspec-mocks (2.12.1)
96
- rspec-rails (2.12.0)
97
- actionpack (>= 3.0)
98
- activesupport (>= 3.0)
99
- railties (>= 3.0)
100
- rspec-core (~> 2.12.0)
101
- rspec-expectations (~> 2.12.0)
102
- rspec-mocks (~> 2.12.0)
103
- rubyzip (0.9.9)
104
- selenium-webdriver (2.27.2)
105
- childprocess (>= 0.2.5)
106
- libwebsocket (~> 0.1.3)
107
- multi_json (~> 1.0)
108
- rubyzip
109
- sprockets (2.2.2)
110
- hike (~> 1.2)
111
- multi_json (~> 1.0)
112
- rack (~> 1.0)
113
- tilt (~> 1.1, != 1.3.0)
114
- thor (0.16.0)
115
- tilt (1.3.3)
116
- treetop (1.4.12)
117
- polyglot
118
- polyglot (>= 0.3.1)
119
- tzinfo (0.3.35)
120
- websocket (1.0.6)
121
- xpath (1.0.0)
122
- nokogiri (~> 1.3)
123
-
124
- PLATFORMS
125
- ruby
126
-
127
- DEPENDENCIES
128
- capybara (~> 2.0.1)
129
- crystalmeta!
130
- rspec-rails (~> 2.12)