sg_node_mapper 0.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.
- data/.gitignore +17 -0
- data/.rspec +2 -0
- data/Gemfile +4 -0
- data/LICENSE +22 -0
- data/README.md +39 -0
- data/Rakefile +2 -0
- data/lib/sg_node_mapper.rb +57 -0
- data/lib/sg_node_mapper/version.rb +3 -0
- data/sg_node_mapper.gemspec +20 -0
- data/spec/sg_node_mapper_spec.rb +8 -0
- data/spec/spec_helper.rb +13 -0
- data/vendor/sg_node_mapper/LICENSE +12 -0
- data/vendor/sg_node_mapper/nodemapper.js +1862 -0
- metadata +109 -0
metadata
ADDED
@@ -0,0 +1,109 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: sg_node_mapper
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
prerelease:
|
5
|
+
version: 0.0.1
|
6
|
+
platform: ruby
|
7
|
+
authors:
|
8
|
+
- Chris Mytton
|
9
|
+
autorequire:
|
10
|
+
bindir: bin
|
11
|
+
cert_chain: []
|
12
|
+
date: 2012-06-13 00:00:00.000000000 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
15
|
+
name: execjs
|
16
|
+
version_requirements: !ruby/object:Gem::Requirement
|
17
|
+
requirements:
|
18
|
+
- - ! '>='
|
19
|
+
- !ruby/object:Gem::Version
|
20
|
+
version: '1.4'
|
21
|
+
none: false
|
22
|
+
requirement: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - ! '>='
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '1.4'
|
27
|
+
none: false
|
28
|
+
prerelease: false
|
29
|
+
type: :runtime
|
30
|
+
- !ruby/object:Gem::Dependency
|
31
|
+
name: activesupport
|
32
|
+
version_requirements: !ruby/object:Gem::Requirement
|
33
|
+
requirements:
|
34
|
+
- - ! '>='
|
35
|
+
- !ruby/object:Gem::Version
|
36
|
+
version: '3.0'
|
37
|
+
none: false
|
38
|
+
requirement: !ruby/object:Gem::Requirement
|
39
|
+
requirements:
|
40
|
+
- - ! '>='
|
41
|
+
- !ruby/object:Gem::Version
|
42
|
+
version: '3.0'
|
43
|
+
none: false
|
44
|
+
prerelease: false
|
45
|
+
type: :runtime
|
46
|
+
description: Map social networking sites' URLs to and from a canonical form.
|
47
|
+
email:
|
48
|
+
- self@hecticjeff.net
|
49
|
+
executables: []
|
50
|
+
extensions: []
|
51
|
+
extra_rdoc_files: []
|
52
|
+
files:
|
53
|
+
- !binary |-
|
54
|
+
LmdpdGlnbm9yZQ==
|
55
|
+
- !binary |-
|
56
|
+
LnJzcGVj
|
57
|
+
- !binary |-
|
58
|
+
R2VtZmlsZQ==
|
59
|
+
- !binary |-
|
60
|
+
TElDRU5TRQ==
|
61
|
+
- !binary |-
|
62
|
+
UkVBRE1FLm1k
|
63
|
+
- !binary |-
|
64
|
+
UmFrZWZpbGU=
|
65
|
+
- !binary |-
|
66
|
+
bGliL3NnX25vZGVfbWFwcGVyLnJi
|
67
|
+
- !binary |-
|
68
|
+
bGliL3NnX25vZGVfbWFwcGVyL3ZlcnNpb24ucmI=
|
69
|
+
- !binary |-
|
70
|
+
c2dfbm9kZV9tYXBwZXIuZ2Vtc3BlYw==
|
71
|
+
- !binary |-
|
72
|
+
c3BlYy9zZ19ub2RlX21hcHBlcl9zcGVjLnJi
|
73
|
+
- !binary |-
|
74
|
+
c3BlYy9zcGVjX2hlbHBlci5yYg==
|
75
|
+
- !binary |-
|
76
|
+
dmVuZG9yL3NnX25vZGVfbWFwcGVyL0xJQ0VOU0U=
|
77
|
+
- !binary |-
|
78
|
+
dmVuZG9yL3NnX25vZGVfbWFwcGVyL25vZGVtYXBwZXIuanM=
|
79
|
+
homepage: https://github.com/hecticjeff/sg_node_mapper
|
80
|
+
licenses: []
|
81
|
+
post_install_message:
|
82
|
+
rdoc_options: []
|
83
|
+
require_paths:
|
84
|
+
- lib
|
85
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
86
|
+
requirements:
|
87
|
+
- - ! '>='
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: !binary |-
|
90
|
+
MA==
|
91
|
+
none: false
|
92
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
93
|
+
requirements:
|
94
|
+
- - ! '>='
|
95
|
+
- !ruby/object:Gem::Version
|
96
|
+
version: !binary |-
|
97
|
+
MA==
|
98
|
+
none: false
|
99
|
+
requirements: []
|
100
|
+
rubyforge_project:
|
101
|
+
rubygems_version: 1.8.24
|
102
|
+
signing_key:
|
103
|
+
specification_version: 3
|
104
|
+
summary: The Social Graph Node Mapper is a community project to build a portable library to map social networking sites' URLs to and from a canonical form (sgn:// URLs).
|
105
|
+
test_files:
|
106
|
+
- !binary |-
|
107
|
+
c3BlYy9zZ19ub2RlX21hcHBlcl9zcGVjLnJi
|
108
|
+
- !binary |-
|
109
|
+
c3BlYy9zcGVjX2hlbHBlci5yYg==
|