Remarkably 0.6.1 → 0.6.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 2e7816c6ce5b2d78644b586785f8ac1cd4264c80ffe2effaa9dff9b3189f45c8
4
+ data.tar.gz: e7851ae2c5c0c1c765165a4d83b868dd61879a133353ef54f43f221e062c7292
5
+ SHA512:
6
+ metadata.gz: e7ae4da12943f7b6727b8df67ad20b115a88a58cc7f6a653a1c8e4d61403d02582cc568cae584313a4e94e3cd9fca644bab8d5166d4080eee7c231f69427a90c
7
+ data.tar.gz: 2f3041cf4e85dd070bb70217a885b63b98c0ddd1e5cd36423942be0479f87252dfa0f3991cd79cf5fc2b95d52eb9ed6b4638e7c0524cd6f375610106c54f17c0
data/LICENSE ADDED
@@ -0,0 +1,7 @@
1
+ Copyright 2007- Clive Crous
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
+
5
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
+
7
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,3 +1,3 @@
1
1
  module Remarkably
2
- VERSION = "0.6.1"
2
+ VERSION = "0.6.2"
3
3
  end
data/remarkably.gemspec CHANGED
@@ -8,9 +8,10 @@ Gem::Specification.new do |s|
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Clive Crous"]
10
10
  s.email = ["clive@crous.co.za"]
11
- s.homepage = "http://www.darkarts.co.za/remarkably"
11
+ s.homepage = 'https://github.com/clivecrous/Remarkably'
12
12
  s.summary = %q{A very tiny Markaby-like XML,HTML and CSS builder}
13
13
  s.description = %q{Remarkably is a very tiny Markaby-like XML,HTML and CSS builder}
14
+ s.license = "MIT"
14
15
 
15
16
  s.add_development_dependency "bundler", ">= 1.0.0"
16
17
  s.add_development_dependency "rake", ">= 0.8.7"
metadata CHANGED
@@ -1,79 +1,67 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: Remarkably
3
- version: !ruby/object:Gem::Version
4
- prerelease: false
5
- segments:
6
- - 0
7
- - 6
8
- - 1
9
- version: 0.6.1
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.6.2
10
5
  platform: ruby
11
- authors:
6
+ authors:
12
7
  - Clive Crous
13
- autorequire:
8
+ autorequire:
14
9
  bindir: bin
15
10
  cert_chain: []
16
-
17
- date: 2011-01-20 00:00:00 +02:00
18
- default_executable:
19
- dependencies:
20
- - !ruby/object:Gem::Dependency
11
+ date: 2021-06-30 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
21
14
  name: bundler
22
- requirement: &id001 !ruby/object:Gem::Requirement
23
- none: false
24
- requirements:
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
25
17
  - - ">="
26
- - !ruby/object:Gem::Version
27
- segments:
28
- - 1
29
- - 0
30
- - 0
18
+ - !ruby/object:Gem::Version
31
19
  version: 1.0.0
32
20
  type: :development
33
21
  prerelease: false
34
- version_requirements: *id001
35
- - !ruby/object:Gem::Dependency
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: 1.0.0
27
+ - !ruby/object:Gem::Dependency
36
28
  name: rake
37
- requirement: &id002 !ruby/object:Gem::Requirement
38
- none: false
39
- requirements:
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
40
31
  - - ">="
41
- - !ruby/object:Gem::Version
42
- segments:
43
- - 0
44
- - 8
45
- - 7
32
+ - !ruby/object:Gem::Version
46
33
  version: 0.8.7
47
34
  type: :development
48
35
  prerelease: false
49
- version_requirements: *id002
50
- - !ruby/object:Gem::Dependency
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: 0.8.7
41
+ - !ruby/object:Gem::Dependency
51
42
  name: rspec
52
- requirement: &id003 !ruby/object:Gem::Requirement
53
- none: false
54
- requirements:
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
55
45
  - - ">="
56
- - !ruby/object:Gem::Version
57
- segments:
58
- - 1
59
- - 3
60
- - 0
46
+ - !ruby/object:Gem::Version
61
47
  version: 1.3.0
62
48
  type: :development
63
49
  prerelease: false
64
- version_requirements: *id003
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: 1.3.0
65
55
  description: Remarkably is a very tiny Markaby-like XML,HTML and CSS builder
66
- email:
56
+ email:
67
57
  - clive@crous.co.za
68
58
  executables: []
69
-
70
59
  extensions: []
71
-
72
60
  extra_rdoc_files: []
73
-
74
- files:
75
- - .gitignore
61
+ files:
62
+ - ".gitignore"
76
63
  - Gemfile
64
+ - LICENSE
77
65
  - README
78
66
  - Rakefile
79
67
  - examples/basic_css.rb
@@ -96,39 +84,31 @@ files:
96
84
  - spec/engines/html.rb
97
85
  - spec/engines/xml.rb
98
86
  - utility/html2rem.rb
99
- has_rdoc: true
100
- homepage: http://www.darkarts.co.za/remarkably
101
- licenses: []
102
-
103
- post_install_message:
87
+ homepage: https://github.com/clivecrous/Remarkably
88
+ licenses:
89
+ - MIT
90
+ metadata: {}
91
+ post_install_message:
104
92
  rdoc_options: []
105
-
106
- require_paths:
93
+ require_paths:
107
94
  - lib
108
- required_ruby_version: !ruby/object:Gem::Requirement
109
- none: false
110
- requirements:
95
+ required_ruby_version: !ruby/object:Gem::Requirement
96
+ requirements:
111
97
  - - ">="
112
- - !ruby/object:Gem::Version
113
- hash: 86614031
114
- segments:
115
- - 0
116
- version: "0"
117
- required_rubygems_version: !ruby/object:Gem::Requirement
118
- none: false
119
- requirements:
98
+ - !ruby/object:Gem::Version
99
+ version: '0'
100
+ required_rubygems_version: !ruby/object:Gem::Requirement
101
+ requirements:
120
102
  - - ">="
121
- - !ruby/object:Gem::Version
122
- hash: 86614031
123
- segments:
124
- - 0
125
- version: "0"
103
+ - !ruby/object:Gem::Version
104
+ version: '0'
126
105
  requirements: []
127
-
128
- rubyforge_project:
129
- rubygems_version: 1.3.7
130
- signing_key:
131
- specification_version: 3
106
+ rubygems_version: 3.1.4
107
+ signing_key:
108
+ specification_version: 4
132
109
  summary: A very tiny Markaby-like XML,HTML and CSS builder
133
- test_files: []
134
-
110
+ test_files:
111
+ - spec/engines/css.rb
112
+ - spec/engines/css/helpers.rb
113
+ - spec/engines/html.rb
114
+ - spec/engines/xml.rb