math-tau 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/lib/math/tau.rb +3 -0
- data/math-tau.gemspec +14 -0
- metadata +47 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 4a001eb89aed4ea7c093235f64f9e444efeea90e
|
4
|
+
data.tar.gz: 785bc0fed8bda3c6f9aff6806b4edcf9045f88a2
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: bf9bd05f337f2e1f780e83272fe2419365ceb6a1be3f489578f4d11884b4a47cfe36f5a0203f89b5521e685b446ab5b33ffcc0fcb6d13711861d04486b31b43b
|
7
|
+
data.tar.gz: cb659cc34234eef0574253ec43d12b5fb78d36c0e6c0fdbf8ce3096afaf678dbea4065d821f69150595378a9dc2034a2c9b9923708223d00e85780d382fbfe08
|
data/lib/math/tau.rb
ADDED
data/math-tau.gemspec
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
Gem::Specification.new do |s|
|
2
|
+
s.name = "math-tau"
|
3
|
+
s.version = '1.0.1'
|
4
|
+
s.authors = ["Jeanine Adkisson"]
|
5
|
+
s.email = ["jneen@jneen.net"]
|
6
|
+
s.summary = "Adds Math::TAU"
|
7
|
+
s.description = <<-desc.strip.gsub(/\s+/, ' ')
|
8
|
+
Adds Math::TAU as the radius-based circle constant, equal to
|
9
|
+
2 * Math::PI. See http://tauday.com/
|
10
|
+
desc
|
11
|
+
s.homepage = "http://tauday.com/"
|
12
|
+
s.rubyforge_project = "math-tau"
|
13
|
+
s.files = Dir['math-tau.gemspec', 'lib/**/*.rb']
|
14
|
+
end
|
metadata
ADDED
@@ -0,0 +1,47 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: math-tau
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.0.1
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Jeanine Adkisson
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2015-04-11 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: Adds Math::TAU as the radius-based circle constant, equal to 2 * Math::PI.
|
14
|
+
See http://tauday.com/
|
15
|
+
email:
|
16
|
+
- jneen@jneen.net
|
17
|
+
executables: []
|
18
|
+
extensions: []
|
19
|
+
extra_rdoc_files: []
|
20
|
+
files:
|
21
|
+
- lib/math/tau.rb
|
22
|
+
- math-tau.gemspec
|
23
|
+
homepage: http://tauday.com/
|
24
|
+
licenses: []
|
25
|
+
metadata: {}
|
26
|
+
post_install_message:
|
27
|
+
rdoc_options: []
|
28
|
+
require_paths:
|
29
|
+
- lib
|
30
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
31
|
+
requirements:
|
32
|
+
- - ">="
|
33
|
+
- !ruby/object:Gem::Version
|
34
|
+
version: '0'
|
35
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
36
|
+
requirements:
|
37
|
+
- - ">="
|
38
|
+
- !ruby/object:Gem::Version
|
39
|
+
version: '0'
|
40
|
+
requirements: []
|
41
|
+
rubyforge_project: math-tau
|
42
|
+
rubygems_version: 2.2.2
|
43
|
+
signing_key:
|
44
|
+
specification_version: 4
|
45
|
+
summary: Adds Math::TAU
|
46
|
+
test_files: []
|
47
|
+
has_rdoc:
|