base_css-rails 1.5 → 1.5.1
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.
- checksums.yaml +15 -0
- data/README.md +3 -3
- data/lib/base_css-rails/version.rb +1 -1
- metadata +7 -10
checksums.yaml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
YzJlY2VjMGU5ZmQ5Y2MwYWEyYmE5NzM1NTIzZTYzNGNlMmY0ODRiNg==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
MTk2NzVhZDQyYzM0ZGQ3MWI5Mzc5YjZlN2ZiM2Y0Y2M1NWFhZDc2ZQ==
|
|
7
|
+
!binary "U0hBNTEy":
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
ZjE3YWVhMjRkOTgzYTQ3ZTZmNDkxZTM4MGM0MDE1NmQwNzcwNDFhY2M0N2Jh
|
|
10
|
+
M2UyZTU2NjQ1OWY5NTJlMTczM2YwYjY3MDQzMWU3NmNlNTcyMTQ4ZDg4ZmIy
|
|
11
|
+
MmUzNzBhNGNlZjY3N2E5NTRlZmYyYTFmMjYzOWQzMWI4MmYxOGM=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
YzZmODczYTE2NDFlZjZlOTM2ZmM3YmU5NmI1YzI1ZDBkNDUwN2U0Yjk5MDZj
|
|
14
|
+
MjhiMmUzZjIxZmU4ZWEzNzEwZWFmN2JjZDk3NmRmNjBlNDg5NDc3ZGNhMDE0
|
|
15
|
+
ZmZkYzYxOTBkYmViZjBiN2IxNDA2MDQ0OWI2N2QzMzdmOWNhYTI=
|
data/README.md
CHANGED
|
@@ -20,7 +20,7 @@ Or install it yourself as:
|
|
|
20
20
|
## Usage
|
|
21
21
|
|
|
22
22
|
### With the installer
|
|
23
|
-
|
|
23
|
+
|
|
24
24
|
Run the rails generator:
|
|
25
25
|
|
|
26
26
|
rails g base_css:install
|
|
@@ -47,7 +47,7 @@ And you're ready to go, for more information on how to use the framework, check
|
|
|
47
47
|
- Updated to version 1.5 (latest [commit](https://github.com/matthewhartman/base/commit/9b2e3f7a63cc99a354efc543a15882536e22c2f5))
|
|
48
48
|
- Added a install generator
|
|
49
49
|
- Updated the file to the latest [update](https://github.com/matthewhartman/base/commit/2be664ce77faadb167aef89e7964d1d48227724b) from the Github repository
|
|
50
|
-
|
|
50
|
+
|
|
51
51
|
|
|
52
52
|
## Credits
|
|
53
53
|
|
|
@@ -57,7 +57,7 @@ Credits go to [matthewhartman](https://github.com/matthewhartman) for creating t
|
|
|
57
57
|
|
|
58
58
|
### About me
|
|
59
59
|
|
|
60
|
-
You can follow me on [Twitter](http://twitter.com/rkrdo89), [
|
|
60
|
+
You can follow me on [Twitter](http://twitter.com/rkrdo89), [Facebook](https://www.facebook.com/rkrdoc89) and [Linkedin](http://www.linkedin.com/pub/ricardo-cruz/55/38/2b3)
|
|
61
61
|
|
|
62
62
|
## License
|
|
63
63
|
Copyright (c) 2012 Ricardo Cruz
|
metadata
CHANGED
|
@@ -1,20 +1,18 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: base_css-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 1.5.1
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- Ricardo Cruz
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date: 2013-09-
|
|
11
|
+
date: 2013-09-04 00:00:00.000000000 Z
|
|
13
12
|
dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
|
15
14
|
name: railties
|
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
|
17
|
-
none: false
|
|
18
16
|
requirements:
|
|
19
17
|
- - ~>
|
|
20
18
|
- !ruby/object:Gem::Version
|
|
@@ -22,7 +20,6 @@ dependencies:
|
|
|
22
20
|
type: :runtime
|
|
23
21
|
prerelease: false
|
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
-
none: false
|
|
26
23
|
requirements:
|
|
27
24
|
- - ~>
|
|
28
25
|
- !ruby/object:Gem::Version
|
|
@@ -46,27 +43,27 @@ files:
|
|
|
46
43
|
- LICENSE.txt
|
|
47
44
|
- README.md
|
|
48
45
|
homepage: https://github.com/rkrdo/base_css-rails
|
|
49
|
-
licenses:
|
|
46
|
+
licenses:
|
|
47
|
+
- MIT
|
|
48
|
+
metadata: {}
|
|
50
49
|
post_install_message:
|
|
51
50
|
rdoc_options: []
|
|
52
51
|
require_paths:
|
|
53
52
|
- lib
|
|
54
53
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
55
|
-
none: false
|
|
56
54
|
requirements:
|
|
57
55
|
- - ! '>='
|
|
58
56
|
- !ruby/object:Gem::Version
|
|
59
57
|
version: '0'
|
|
60
58
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
61
|
-
none: false
|
|
62
59
|
requirements:
|
|
63
60
|
- - ! '>='
|
|
64
61
|
- !ruby/object:Gem::Version
|
|
65
62
|
version: '0'
|
|
66
63
|
requirements: []
|
|
67
64
|
rubyforge_project:
|
|
68
|
-
rubygems_version:
|
|
65
|
+
rubygems_version: 2.0.7
|
|
69
66
|
signing_key:
|
|
70
|
-
specification_version:
|
|
67
|
+
specification_version: 4
|
|
71
68
|
summary: Use Base CSS framework with Rails 3.1
|
|
72
69
|
test_files: []
|