langalex-components 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 0
4
- :patch: 1
4
+ :patch: 2
data/components.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{components}
5
- s.version = "0.0.1"
5
+ s.version = "0.0.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Lance Ivy", "Alexander Lang"]
@@ -22,12 +22,12 @@ Gem::Specification.new do |s|
22
22
  "generators/component/component_generator.rb",
23
23
  "generators/component/templates/component_template.rb",
24
24
  "generators/component/templates/view_template.rb",
25
- "init.rb",
26
25
  "lib/components.rb",
27
26
  "lib/components/base.rb",
28
27
  "lib/components/caching.rb",
29
28
  "lib/components/helpers.rb",
30
29
  "lib/components/view.rb",
30
+ "rails/init.rb",
31
31
  "test/action_controller_test.rb",
32
32
  "test/app/components/child/one.erb",
33
33
  "test/app/components/child_component.rb",
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: langalex-components
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lance Ivy
@@ -33,12 +33,12 @@ files:
33
33
  - generators/component/component_generator.rb
34
34
  - generators/component/templates/component_template.rb
35
35
  - generators/component/templates/view_template.rb
36
- - init.rb
37
36
  - lib/components.rb
38
37
  - lib/components/base.rb
39
38
  - lib/components/caching.rb
40
39
  - lib/components/helpers.rb
41
40
  - lib/components/view.rb
41
+ - rails/init.rb
42
42
  - test/action_controller_test.rb
43
43
  - test/app/components/child/one.erb
44
44
  - test/app/components/child_component.rb