rudsl 1.0.0 → 1.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 74cf90e7dd03c01c8f93cc424e4ef597c63c5927
4
- data.tar.gz: dbb422617e3192207c1f57d799f710d895eae54c
3
+ metadata.gz: 5395ffbc5ac117d8cd1410c514cd10fe3d3566c3
4
+ data.tar.gz: 85b4f54f78346c5043d2d93f8f3300a0386b93ce
5
5
  SHA512:
6
- metadata.gz: 969163c2a141113301cc34c2c51665579550b70eca8ce5cfb0fa905e42f6e99202d8e412edd1890b62843a83edf0e8c41997c4d91511a0113b4ca686d8469085
7
- data.tar.gz: 22f55f641ab8e154c90837f61a0a3c4574140e9751ccf91fe05811d7cbec6e5f2d62288b92031db942185b1819bfa3f115ed2e682ff0d287eb713b02827964c8
6
+ metadata.gz: 48c59eeb5ca7028af6a5edd8439b061e153e5225c33a87fcbf2fb21dd6203f398aa3e6e5e641ac34f0a4bc8ab5df0dce3b7c44c13e228f0237e1a55f92eefcf1
7
+ data.tar.gz: c2abf36f7f66bce4a888954aa1a19c4a3d2182a28a1fc27580003d0e282d98ecb72dd3c449554bcaf828a85a06835aee36738acbf27a39f65c6c77e758b45dd7
data/.gitignore CHANGED
@@ -12,3 +12,4 @@
12
12
  *.o
13
13
  *.a
14
14
  mkmf.log
15
+ *.gem
data/lib/rudsl/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Rudsl
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
data/rudsl.gemspec CHANGED
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Rudsl::VERSION
9
9
  spec.authors = ["Ajith Hussain"]
10
10
  spec.email = ["csy0013@googlemail.com"]
11
- spec.summary = %q{A functional HTML and CSS dsl in Ruby}
12
- spec.description = %q{rudsl provides a function dsl in Ruby, for HTML and CSS.}
13
- spec.homepage = ""
11
+ spec.summary = %q{A functional HTML DSL in Ruby}
12
+ spec.description = %q{rudsl provides a simple DSL for HTML.}
13
+ spec.homepage = "https://www.github.com/sparkymat/rudsl"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rudsl
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ajith Hussain
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '10.0'
41
- description: rudsl provides a function dsl in Ruby, for HTML and CSS.
41
+ description: rudsl provides a simple DSL for HTML.
42
42
  email:
43
43
  - csy0013@googlemail.com
44
44
  executables: []
@@ -53,7 +53,7 @@ files:
53
53
  - lib/rudsl.rb
54
54
  - lib/rudsl/version.rb
55
55
  - rudsl.gemspec
56
- homepage: ''
56
+ homepage: https://www.github.com/sparkymat/rudsl
57
57
  licenses:
58
58
  - MIT
59
59
  metadata: {}
@@ -76,5 +76,5 @@ rubyforge_project:
76
76
  rubygems_version: 2.4.5
77
77
  signing_key:
78
78
  specification_version: 4
79
- summary: A functional HTML and CSS dsl in Ruby
79
+ summary: A functional HTML DSL in Ruby
80
80
  test_files: []