cs_template 0.1.0 → 0.1.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 +4 -4
- data/cs_template.gemspec +1 -1
- data/lib/cs_template/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 544c43b20d31ea3cc6b4c8c07cfd4542341dfa05
|
|
4
|
+
data.tar.gz: 71ca2e8d6e6858f081fc4436fe7a1b3f7fd84c64
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6acfa488a809e2250527f44d6873d4fd9fe65d8127b7de937d7a6ee7ec4de49537c7e3ab3f7d94d1c0b8d127aa5380214e00ecfb4fbda0edbe78ddfde3ae230e
|
|
7
|
+
data.tar.gz: 54cac5bec8478703073a6e430c6e0ef1cb4fa9c54c5c0046de15690cb1a65fef79d367e522f3844121133eefa5280c236cbd410e502d19059bc705fb6543858f
|
data/cs_template.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Kick off any project with SASS}
|
|
13
13
|
spec.description = %q{A base sass template for kicking off new projects}
|
|
14
|
-
spec.homepage = "https://github.com/havok2905/
|
|
14
|
+
spec.homepage = "https://github.com/havok2905/cs_template"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
17
17
|
# Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
|
data/lib/cs_template/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cs_template
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris McLean
|
|
@@ -127,7 +127,7 @@ files:
|
|
|
127
127
|
- lib/cs_template.rb
|
|
128
128
|
- lib/cs_template/generator.rb
|
|
129
129
|
- lib/cs_template/version.rb
|
|
130
|
-
homepage: https://github.com/havok2905/
|
|
130
|
+
homepage: https://github.com/havok2905/cs_template
|
|
131
131
|
licenses:
|
|
132
132
|
- MIT
|
|
133
133
|
metadata:
|