active-component 0.0.1 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/active_component/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5176b5d88988776f8cf6e9a419e8834bf54e89a9
|
4
|
+
data.tar.gz: 57ec9bc165345959a885f87052dbe07888c683cd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 21d598e2b7fe3376015b0f22bc9dd41ca16aa02afccfe48c439bc6522c009486e1e463426c38ed2c01053e324d70af8518f33915ffd32d62c9feda625585903d
|
7
|
+
data.tar.gz: 1ea4afa4669909146f9786546849a6cbeb210821299a5d1124b3b8bbfd98bacb53dab98b5fbef7cacf3f9792123697205d9f5299f2c24e8690c86652deefc74a
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active-component
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Antonio Chavez
|
@@ -81,7 +81,7 @@ dependencies:
|
|
81
81
|
- - '>='
|
82
82
|
- !ruby/object:Gem::Version
|
83
83
|
version: '0'
|
84
|
-
description:
|
84
|
+
description: A View-Component framework for Rails applications.
|
85
85
|
email:
|
86
86
|
- cavjzz@gmail.com
|
87
87
|
- elherzt@gmail.com
|
@@ -162,7 +162,7 @@ files:
|
|
162
162
|
- test/support/foo.rb
|
163
163
|
- test/support/foo_controller.rb
|
164
164
|
- test/test_helper.rb
|
165
|
-
homepage:
|
165
|
+
homepage: https://github.com/TheNaoX/active_component
|
166
166
|
licenses:
|
167
167
|
- MIT
|
168
168
|
metadata: {}
|
@@ -185,7 +185,7 @@ rubyforge_project:
|
|
185
185
|
rubygems_version: 2.0.3
|
186
186
|
signing_key:
|
187
187
|
specification_version: 4
|
188
|
-
summary: View
|
188
|
+
summary: A View-Component framework for Rails applications.
|
189
189
|
test_files:
|
190
190
|
- test/active_component/base_test.rb
|
191
191
|
- test/active_component/context_test.rb
|