folium 0.1.0

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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/folium.rb +5 -0
  3. metadata +40 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 85df362c6be7ba1104a6a824103dc3b82a0064fe5cb942bfc89d02634f42a829
4
+ data.tar.gz: 1e8ee3863a46d83d4867cc52d6d785dd4bf9b21da963463ad4afe1330e1ca5ff
5
+ SHA512:
6
+ metadata.gz: 0cd05668e6f95d9195a51f4e51f0520a7d073948474f7de875232833a1476cc71282ee40d68dbb71a1f398f41f08f5b11b61f1489d8ba641214940ae75e9a39d
7
+ data.tar.gz: 6c804d435dc1e81979021d84a81db94f06e0730c2975b88724484dfc56e80f6411c2efcd5cb97584344a5f692807398ca59c9d1ee4dee0820e47dc01c4b2d5de
data/lib/folium.rb ADDED
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Folium
4
+ VERSION = "0.1.0"
5
+ end
metadata ADDED
@@ -0,0 +1,40 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: folium
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Aaron F Stanton
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ email:
13
+ - afstanton@gmail.com
14
+ executables: []
15
+ extensions: []
16
+ extra_rdoc_files: []
17
+ files:
18
+ - lib/folium.rb
19
+ licenses:
20
+ - MIT
21
+ metadata:
22
+ rubygems_mfa_required: 'true'
23
+ rdoc_options: []
24
+ require_paths:
25
+ - lib
26
+ required_ruby_version: !ruby/object:Gem::Requirement
27
+ requirements:
28
+ - - ">="
29
+ - !ruby/object:Gem::Version
30
+ version: 3.2.0
31
+ required_rubygems_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: '0'
36
+ requirements: []
37
+ rubygems_version: 4.0.11
38
+ specification_version: 4
39
+ summary: folium — reserved
40
+ test_files: []