modular 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -1,2 +1,4 @@
1
1
  /tmp/*
2
2
  /spec/internal/db/combustion_test.sqlite
3
+ /pkg/
4
+ Gemfile.lock
@@ -1,3 +1,3 @@
1
1
  module Modular
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
data/lib/modular.rb CHANGED
@@ -1,5 +1,4 @@
1
1
  require 'rails'
2
- require 'modular/railtie'
3
2
 
4
3
  module Modular
5
4
  extend ActiveSupport::Autoload
@@ -34,4 +33,5 @@ module Modular
34
33
  end
35
34
 
36
35
  require "modular/components"
37
- require "modular/version"
36
+ require "modular/version"
37
+ require 'modular/railtie'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: modular
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -54,7 +54,6 @@ files:
54
54
  - .rvmrc
55
55
  - .travis.yml
56
56
  - Gemfile
57
- - Gemfile.lock
58
57
  - LICENSE
59
58
  - README.rdoc
60
59
  - Rakefile
@@ -176,7 +175,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
176
175
  version: '0'
177
176
  segments:
178
177
  - 0
179
- hash: -3904542877357458912
178
+ hash: 541330603454818341
180
179
  required_rubygems_version: !ruby/object:Gem::Requirement
181
180
  none: false
182
181
  requirements:
@@ -185,7 +184,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
185
184
  version: '0'
186
185
  segments:
187
186
  - 0
188
- hash: -3904542877357458912
187
+ hash: 541330603454818341
189
188
  requirements: []
190
189
  rubyforge_project: modular
191
190
  rubygems_version: 1.8.22
data/Gemfile.lock DELETED
@@ -1,155 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- modular (0.2.0)
5
- rails
6
-
7
- GEM
8
- remote: http://rubygems.org/
9
- specs:
10
- actionmailer (3.2.6)
11
- actionpack (= 3.2.6)
12
- mail (~> 2.4.4)
13
- actionpack (3.2.6)
14
- activemodel (= 3.2.6)
15
- activesupport (= 3.2.6)
16
- builder (~> 3.0.0)
17
- erubis (~> 2.7.0)
18
- journey (~> 1.0.1)
19
- rack (~> 1.4.0)
20
- rack-cache (~> 1.2)
21
- rack-test (~> 0.6.1)
22
- sprockets (~> 2.1.3)
23
- activemodel (3.2.6)
24
- activesupport (= 3.2.6)
25
- builder (~> 3.0.0)
26
- activerecord (3.2.6)
27
- activemodel (= 3.2.6)
28
- activesupport (= 3.2.6)
29
- arel (~> 3.0.2)
30
- tzinfo (~> 0.3.29)
31
- activeresource (3.2.6)
32
- activemodel (= 3.2.6)
33
- activesupport (= 3.2.6)
34
- activesupport (3.2.6)
35
- i18n (~> 0.6)
36
- multi_json (~> 1.0)
37
- addressable (2.2.8)
38
- arel (3.0.2)
39
- builder (3.0.0)
40
- capybara (1.1.2)
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 (~> 0.1.4)
47
- childprocess (0.3.3)
48
- ffi (~> 1.0.6)
49
- coderay (1.0.7)
50
- combustion (0.3.2)
51
- rails (>= 3.0.0)
52
- thor (>= 0.14.6)
53
- diff-lcs (1.1.3)
54
- erubis (2.7.0)
55
- ffi (1.0.11)
56
- hike (1.2.1)
57
- i18n (0.6.0)
58
- journey (1.0.4)
59
- json (1.7.3)
60
- libwebsocket (0.1.3)
61
- addressable
62
- mail (2.4.4)
63
- i18n (>= 0.4.0)
64
- mime-types (~> 1.16)
65
- treetop (~> 1.4.8)
66
- memcache-client (1.8.5)
67
- method_source (0.7.1)
68
- mime-types (1.19)
69
- multi_json (1.3.6)
70
- nokogiri (1.5.5)
71
- polyglot (0.3.3)
72
- pry (0.9.9.6)
73
- coderay (~> 1.0.5)
74
- method_source (~> 0.7.1)
75
- slop (>= 2.4.4, < 3)
76
- pry-nav (0.2.1)
77
- pry (~> 0.9.9)
78
- rack (1.4.1)
79
- rack-cache (1.2)
80
- rack (>= 0.4)
81
- rack-ssl (1.3.2)
82
- rack
83
- rack-test (0.6.1)
84
- rack (>= 1.0)
85
- rails (3.2.6)
86
- actionmailer (= 3.2.6)
87
- actionpack (= 3.2.6)
88
- activerecord (= 3.2.6)
89
- activeresource (= 3.2.6)
90
- activesupport (= 3.2.6)
91
- bundler (~> 1.0)
92
- railties (= 3.2.6)
93
- railties (3.2.6)
94
- actionpack (= 3.2.6)
95
- activesupport (= 3.2.6)
96
- rack-ssl (~> 1.3.2)
97
- rake (>= 0.8.7)
98
- rdoc (~> 3.4)
99
- thor (>= 0.14.6, < 2.0)
100
- rake (0.9.2.2)
101
- rdoc (3.12)
102
- json (~> 1.4)
103
- rspec (2.11.0)
104
- rspec-core (~> 2.11.0)
105
- rspec-expectations (~> 2.11.0)
106
- rspec-mocks (~> 2.11.0)
107
- rspec-core (2.11.0)
108
- rspec-expectations (2.11.1)
109
- diff-lcs (~> 1.1.3)
110
- rspec-mocks (2.11.1)
111
- rspec-rails (2.11.0)
112
- actionpack (>= 3.0)
113
- activesupport (>= 3.0)
114
- railties (>= 3.0)
115
- rspec (~> 2.11.0)
116
- rubyzip (0.9.9)
117
- selenium-webdriver (2.24.0)
118
- childprocess (>= 0.2.5)
119
- libwebsocket (~> 0.1.3)
120
- multi_json (~> 1.0)
121
- rubyzip
122
- slop (2.4.4)
123
- sprockets (2.1.3)
124
- hike (~> 1.2)
125
- rack (~> 1.0)
126
- tilt (~> 1.1, != 1.3.0)
127
- sqlite3 (1.3.6)
128
- thor (0.15.4)
129
- tilt (1.3.3)
130
- treetop (1.4.10)
131
- polyglot
132
- polyglot (>= 0.3.1)
133
- tzinfo (0.3.33)
134
- webrat (0.7.3)
135
- nokogiri (>= 1.2.0)
136
- rack (>= 1.0)
137
- rack-test (>= 0.5.3)
138
- xpath (0.1.4)
139
- nokogiri (~> 1.3)
140
-
141
- PLATFORMS
142
- ruby
143
-
144
- DEPENDENCIES
145
- capybara
146
- combustion (~> 0.3.2)
147
- memcache-client
148
- modular!
149
- pry
150
- pry-nav
151
- rails (~> 3.2.0)
152
- rspec
153
- rspec-rails
154
- sqlite3
155
- webrat