eot 0.0.0 → 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ac72f5477cea4e2e5614add97a2c3a086000fa99
4
- data.tar.gz: 146cd4f1c3f94909a4bb5b0a05c37bce6e437206
3
+ metadata.gz: fd56c1ff99a9877f889a302b45c09ffc254df2e1
4
+ data.tar.gz: b77a8e556656ea5aa6ebfa4c3c29dc17ea6d0269
5
5
  SHA512:
6
- metadata.gz: 45544854b0e8b539eb3328a08bf150ae3084f54f7440261e4cd6f3f5793fa5cbfebb11d80c776db34c4c79cee7f753aa39e55c48f41ca66d32ea9b0743b2b649
7
- data.tar.gz: 6f62fa21e79e949579c08371957172fe307c906a7c5e53e20d993dccdfa06739237e1a91198180ed4e2b15e4b245346eab28e36b49be87b227c5c235225b31e5
6
+ metadata.gz: 5471b49cc1cdafc9d3456ef8a128c2eec1c62d23795ec8f99b2b0b3edb8ff533ea5d1049cfaecff25b6f05149c2de9861d6c7ec460b467b79f64e3e2a6073081
7
+ data.tar.gz: c975448ca846cb919414622b544280fb0fba5112e211e5184f9f56af1af77e381e617bf2c5d1c715f8888785f4971bda9601dfa049b253a44ff5e22424c6870e
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Douglas Allen
@@ -38,21 +38,27 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '10.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: equationoftime
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
41
55
  description: maybe I will put equationoftime here
42
56
  email:
43
57
  - kb9agt@gmail.com
44
58
  executables: []
45
59
  extensions: []
46
60
  extra_rdoc_files: []
47
- files:
48
- - ".gitignore"
49
- - Gemfile
50
- - LICENSE.txt
51
- - README.md
52
- - Rakefile
53
- - eot.gemspec
54
- - lib/eot.rb
55
- - lib/eot/version.rb
61
+ files: []
56
62
  homepage: ''
57
63
  licenses:
58
64
  - MIT
data/.gitignore DELETED
@@ -1,14 +0,0 @@
1
- /.bundle/
2
- /.yardoc
3
- /Gemfile.lock
4
- /_yardoc/
5
- /coverage/
6
- /doc/
7
- /pkg/
8
- /spec/reports/
9
- /tmp/
10
- *.bundle
11
- *.so
12
- *.o
13
- *.a
14
- mkmf.log
data/Gemfile DELETED
@@ -1,4 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- # Specify your gem's dependencies in eot.gemspec
4
- gemspec
data/LICENSE.txt DELETED
@@ -1,22 +0,0 @@
1
- Copyright (c) 2014 Douglas Allen
2
-
3
- MIT License
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining
6
- a copy of this software and associated documentation files (the
7
- "Software"), to deal in the Software without restriction, including
8
- without limitation the rights to use, copy, modify, merge, publish,
9
- distribute, sublicense, and/or sell copies of the Software, and to
10
- permit persons to whom the Software is furnished to do so, subject to
11
- the following conditions:
12
-
13
- The above copyright notice and this permission notice shall be
14
- included in all copies or substantial portions of the Software.
15
-
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md DELETED
@@ -1,31 +0,0 @@
1
- # Eot
2
-
3
- TODO: Write a gem description
4
-
5
- ## Installation
6
-
7
- Add this line to your application's Gemfile:
8
-
9
- ```ruby
10
- gem 'eot'
11
- ```
12
-
13
- And then execute:
14
-
15
- $ bundle
16
-
17
- Or install it yourself as:
18
-
19
- $ gem install eot
20
-
21
- ## Usage
22
-
23
- TODO: Write usage instructions here
24
-
25
- ## Contributing
26
-
27
- 1. Fork it ( https://github.com/[my-github-username]/eot/fork )
28
- 2. Create your feature branch (`git checkout -b my-new-feature`)
29
- 3. Commit your changes (`git commit -am 'Add some feature'`)
30
- 4. Push to the branch (`git push origin my-new-feature`)
31
- 5. Create a new Pull Request
data/Rakefile DELETED
@@ -1,2 +0,0 @@
1
- require "bundler/gem_tasks"
2
-
data/eot.gemspec DELETED
@@ -1,23 +0,0 @@
1
- # coding: utf-8
2
- lib = File.expand_path('../lib', __FILE__)
3
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'eot/version'
5
-
6
- Gem::Specification.new do |spec|
7
- spec.name = "eot"
8
- spec.version = Eot::VERSION
9
- spec.authors = ["Douglas Allen"]
10
- spec.email = ["kb9agt@gmail.com"]
11
- spec.summary = %q{name reserved for equationoftime gem}
12
- spec.description = %q{maybe I will put equationoftime here}
13
- spec.homepage = ""
14
- spec.license = "MIT"
15
-
16
- spec.files = `git ls-files -z`.split("\x0")
17
- spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
- spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
- spec.require_paths = ["lib"]
20
-
21
- spec.add_development_dependency "bundler", "~> 1.7"
22
- spec.add_development_dependency "rake", "~> 10.0"
23
- end
data/lib/eot/version.rb DELETED
@@ -1,3 +0,0 @@
1
- module Eot
2
- VERSION = "0.0.0"
3
- end
data/lib/eot.rb DELETED
@@ -1,5 +0,0 @@
1
- require "eot/version"
2
-
3
- module Eot
4
- # Your code goes here...
5
- end