charcoalcms 0.0.1 → 0.0.2
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.
- metadata +28 -18
- data/Rakefile +0 -8
- data/bin/charcoalcms +0 -4
- data/lib/charcoalcms/translator.rb +0 -16
- data/lib/charcoalcms.rb +0 -8
- data/test/test_charcoalcms.rb +0 -16
metadata
CHANGED
@@ -1,38 +1,48 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: charcoalcms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 27
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 2
|
10
|
+
version: 0.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
|
-
- Nik
|
13
|
+
- Nik
|
14
14
|
autorequire:
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
18
|
date: 2013-06-10 00:00:00 Z
|
19
|
-
dependencies:
|
20
|
-
|
21
|
-
|
22
|
-
|
19
|
+
dependencies:
|
20
|
+
- !ruby/object:Gem::Dependency
|
21
|
+
name: compass
|
22
|
+
prerelease: false
|
23
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
24
|
+
none: false
|
25
|
+
requirements:
|
26
|
+
- - ">="
|
27
|
+
- !ruby/object:Gem::Version
|
28
|
+
hash: 3
|
29
|
+
segments:
|
30
|
+
- 0
|
31
|
+
version: "0"
|
32
|
+
type: :runtime
|
33
|
+
version_requirements: *id001
|
34
|
+
description: Custom Sass/Compass mixins & responsive grid
|
35
|
+
email:
|
36
|
+
- responsiveness@polikin.ca
|
23
37
|
executables: []
|
24
38
|
|
25
39
|
extensions: []
|
26
40
|
|
27
41
|
extra_rdoc_files: []
|
28
42
|
|
29
|
-
files:
|
30
|
-
|
31
|
-
|
32
|
-
- lib/charcoalcms/translator.rb
|
33
|
-
- bin/charcoalcms
|
34
|
-
- test/test_charcoalcms.rb
|
35
|
-
homepage: http://rubygems.org/gems/charcoalcms
|
43
|
+
files: []
|
44
|
+
|
45
|
+
homepage: https://github.com/theresponsiveness/
|
36
46
|
licenses: []
|
37
47
|
|
38
48
|
post_install_message:
|
@@ -64,6 +74,6 @@ rubyforge_project:
|
|
64
74
|
rubygems_version: 1.8.25
|
65
75
|
signing_key:
|
66
76
|
specification_version: 3
|
67
|
-
summary:
|
68
|
-
test_files:
|
69
|
-
|
77
|
+
summary: getskeleton (960 || http://getskeleton.com/, 1200 || https://github.com/theresponsiveness/GetSkeleton1200, Responsify || http://app.responsify.it/
|
78
|
+
test_files: []
|
79
|
+
|
data/Rakefile
DELETED
data/bin/charcoalcms
DELETED
data/lib/charcoalcms.rb
DELETED
data/test/test_charcoalcms.rb
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
require 'test/unit'
|
2
|
-
require 'charcoalcms'
|
3
|
-
|
4
|
-
class CharcoalCmsTest < Test::Unit::TestCase
|
5
|
-
def test_english_hello
|
6
|
-
assert_equal "hello world", CharcoalCms.hi("english")
|
7
|
-
end
|
8
|
-
|
9
|
-
def test_any_hello
|
10
|
-
assert_equal "hello world", CharcoalCms.hi("ruby")
|
11
|
-
end
|
12
|
-
|
13
|
-
def test_spanish_hello
|
14
|
-
assert_equal "CharcoalCms mundo", CharcoalCms.hi("spanish")
|
15
|
-
end
|
16
|
-
end
|