kamelopard 0.0.14 → 0.0.15

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,58 +1,60 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kamelopard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.14
5
- prerelease:
4
+ version: 0.0.15
6
5
  platform: ruby
7
6
  authors:
8
7
  - Joshua Tolley
9
8
  - Szymon Guz
9
+ - Bryan Berry
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-12-12 00:00:00.000000000 Z
13
+ date: 2014-05-16 00:00:00.000000000 Z
14
14
  dependencies: []
15
15
  description: Various classes and functions used to ease development of KML files,
16
16
  in particular for development of Google Earth tours
17
17
  email:
18
18
  - josh@endpoint.com
19
19
  - szymon@endpoint.com
20
+ - bryan@endpoint.com
20
21
  executables: []
21
22
  extensions: []
22
23
  extra_rdoc_files: []
23
24
  files:
25
+ - lib/kamelopard.rb
26
+ - lib/kamelopard/classes.rb
27
+ - lib/kamelopard/function.rb
28
+ - lib/kamelopard/function_paths.rb
29
+ - lib/kamelopard/geocode.rb
30
+ - lib/kamelopard/helpers.rb
24
31
  - lib/kamelopard/multicam.rb
25
32
  - lib/kamelopard/multicamify.rb
26
33
  - lib/kamelopard/regionate.rb
27
- - lib/kamelopard/geocode.rb
28
- - lib/kamelopard/classes.rb
29
- - lib/kamelopard/helpers.rb
30
- - lib/kamelopard/function_paths.rb
31
- - lib/kamelopard/function.rb
32
34
  - lib/kamelopard/spline.rb
33
- - lib/kamelopard.rb
34
- homepage: http://www.endpoint.com/services/liquid_galaxy
35
- licenses: []
35
+ - spec/test.rb
36
+ homepage: http://www.endpoint.com/tag/liquid_galaxy
37
+ licenses:
38
+ - Ruby
39
+ metadata: {}
36
40
  post_install_message:
37
41
  rdoc_options: []
38
42
  require_paths:
39
43
  - lib
40
44
  required_ruby_version: !ruby/object:Gem::Requirement
41
- none: false
42
45
  requirements:
43
46
  - - ! '>='
44
47
  - !ruby/object:Gem::Version
45
48
  version: '0'
46
49
  required_rubygems_version: !ruby/object:Gem::Requirement
47
- none: false
48
50
  requirements:
49
51
  - - ! '>='
50
52
  - !ruby/object:Gem::Version
51
53
  version: '0'
52
54
  requirements: []
53
55
  rubyforge_project:
54
- rubygems_version: 1.8.23
56
+ rubygems_version: 2.2.2
55
57
  signing_key:
56
- specification_version: 3
58
+ specification_version: 4
57
59
  summary: Tools for building KML
58
60
  test_files: []