string-direction 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/string-direction.spec +3 -3
- metadata +17 -25
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 9f39604302e8df7944be6b2e1797f74570597820
|
4
|
+
data.tar.gz: ad31b8233d04f4e6a4cc0950f417c053bf7da18f
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 9bd9e95fda3d57c5c73d6a3a62d9133f3f4bb201de767b0f36a2b5475b41f8f4ce24abc14b2f1325e8d1d42c2905673fdd1432f135142a83e80956886221ac24
|
7
|
+
data.tar.gz: ce4026eadff9db6f4a1d9e9ccd8f131b3f84c18d8e70c4c1eaba88a135132514345bc970cdeefbf2914951c73d63266515076ca34231781ecf7516e1a92001ab
|
data/string-direction.spec
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'string-direction'
|
3
|
-
s.version = '0.0.
|
3
|
+
s.version = '0.0.4'
|
4
4
|
s.summary = 'Automatic detection of text direction (ltr, rtl or bidi) for strings'
|
5
|
-
s.description = 'https://github.com/
|
5
|
+
s.description = 'https://github.com/waiting-for-dev/string-direction/'
|
6
6
|
s.license = 'GPL3'
|
7
|
-
s.homepage = 'https://github.com/
|
7
|
+
s.homepage = 'https://github.com/waiting-for-dev/string-direction/'
|
8
8
|
s.authors = ['Marc Busqué']
|
9
9
|
s.email = 'marc@lamarciana.com'
|
10
10
|
s.files = `git ls-files`.split("\n")
|
metadata
CHANGED
@@ -1,72 +1,65 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: string-direction
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
5
|
-
prerelease:
|
4
|
+
version: 0.0.4
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Marc Busqué
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date:
|
11
|
+
date: 2014-11-18 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: yard
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
16
|
requirements:
|
19
|
-
- - ~>
|
17
|
+
- - "~>"
|
20
18
|
- !ruby/object:Gem::Version
|
21
19
|
version: '0.8'
|
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
|
29
26
|
version: '0.8'
|
30
27
|
- !ruby/object:Gem::Dependency
|
31
28
|
name: redcarpet
|
32
29
|
requirement: !ruby/object:Gem::Requirement
|
33
|
-
none: false
|
34
30
|
requirements:
|
35
|
-
- - ~>
|
31
|
+
- - "~>"
|
36
32
|
- !ruby/object:Gem::Version
|
37
33
|
version: '2.2'
|
38
34
|
type: :runtime
|
39
35
|
prerelease: false
|
40
36
|
version_requirements: !ruby/object:Gem::Requirement
|
41
|
-
none: false
|
42
37
|
requirements:
|
43
|
-
- - ~>
|
38
|
+
- - "~>"
|
44
39
|
- !ruby/object:Gem::Version
|
45
40
|
version: '2.2'
|
46
41
|
- !ruby/object:Gem::Dependency
|
47
42
|
name: rspec
|
48
43
|
requirement: !ruby/object:Gem::Requirement
|
49
|
-
none: false
|
50
44
|
requirements:
|
51
|
-
- - ~>
|
45
|
+
- - "~>"
|
52
46
|
- !ruby/object:Gem::Version
|
53
47
|
version: '2.13'
|
54
48
|
type: :development
|
55
49
|
prerelease: false
|
56
50
|
version_requirements: !ruby/object:Gem::Requirement
|
57
|
-
none: false
|
58
51
|
requirements:
|
59
|
-
- - ~>
|
52
|
+
- - "~>"
|
60
53
|
- !ruby/object:Gem::Version
|
61
54
|
version: '2.13'
|
62
|
-
description: https://github.com/
|
55
|
+
description: https://github.com/waiting-for-dev/string-direction/
|
63
56
|
email: marc@lamarciana.com
|
64
57
|
executables: []
|
65
58
|
extensions: []
|
66
59
|
extra_rdoc_files: []
|
67
60
|
files:
|
68
|
-
- .gitignore
|
69
|
-
- .yardopts
|
61
|
+
- ".gitignore"
|
62
|
+
- ".yardopts"
|
70
63
|
- COPYING.txt
|
71
64
|
- README.md
|
72
65
|
- lib/string-direction.rb
|
@@ -74,30 +67,29 @@ files:
|
|
74
67
|
- spec/spec_helper.rb
|
75
68
|
- spec/string/string_spec.rb
|
76
69
|
- string-direction.spec
|
77
|
-
homepage: https://github.com/
|
70
|
+
homepage: https://github.com/waiting-for-dev/string-direction/
|
78
71
|
licenses:
|
79
72
|
- GPL3
|
73
|
+
metadata: {}
|
80
74
|
post_install_message:
|
81
75
|
rdoc_options: []
|
82
76
|
require_paths:
|
83
77
|
- lib
|
84
78
|
required_ruby_version: !ruby/object:Gem::Requirement
|
85
|
-
none: false
|
86
79
|
requirements:
|
87
|
-
- -
|
80
|
+
- - ">="
|
88
81
|
- !ruby/object:Gem::Version
|
89
82
|
version: '0'
|
90
83
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
91
|
-
none: false
|
92
84
|
requirements:
|
93
|
-
- -
|
85
|
+
- - ">="
|
94
86
|
- !ruby/object:Gem::Version
|
95
87
|
version: '0'
|
96
88
|
requirements: []
|
97
89
|
rubyforge_project:
|
98
|
-
rubygems_version:
|
90
|
+
rubygems_version: 2.2.2
|
99
91
|
signing_key:
|
100
|
-
specification_version:
|
92
|
+
specification_version: 4
|
101
93
|
summary: Automatic detection of text direction (ltr, rtl or bidi) for strings
|
102
94
|
test_files: []
|
103
95
|
has_rdoc:
|