year-tens-dont-work 1.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.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 90f082dc14e8401715f223d190ac07cdd86444c9627ac82b25ca5bc5304aa97b
4
+ data.tar.gz: dee2f0b0cde98157ce878fe474785ea3b872f77d0ef92102ee7ea307d621ba58
5
+ SHA512:
6
+ metadata.gz: 3817d111fdc25f087c05f141693c5503dcdd71eaa9d86697b34f0ac661e0b08e2228becc1b56838136c04dadd46d21d73f09cf99391039c25848c6f19d77da4d
7
+ data.tar.gz: 430f46512735fdecd3fc475c478a768c3032ad1c75f9075a3ee625e789d5e7f8da7699325fcf8e45c6c4e9183437dbaaf784a6ad7e7603aa279e3657ee929e85
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="Git.Settings">
4
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
5
+ </component>
6
+ <component name="ProjectId" id="1VC3H7KB3uVXRAvtOrvMPVMgDK1" />
7
+ <component name="PropertiesComponent">
8
+ <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
9
+ <property name="WebServerToolWindowFactoryState" value="false" />
10
+ <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
11
+ <property name="nodejs_npm_path_reset_for_default_project" value="true" />
12
+ </component>
13
+ </project>
@@ -0,0 +1,17 @@
1
+ Gem::Specification.new do |spec|
2
+ spec.name = 'year-tens-dont-work'
3
+ spec.version = '1.1.0'
4
+ spec.authors = ['Andrew Kreps']
5
+ spec.email = ['andrew.kreps@gmail.com']
6
+ spec.description = <<-EOS
7
+ EOS
8
+ spec.summary = %q{yeah}
9
+ spec.homepage = 'https://github.com/onewheelskyward/yeah-tens-dont-work'
10
+ spec.license = 'MIT'
11
+ spec.metadata = { 'lita_plugin_type' => 'handler'}
12
+
13
+ spec.files = `git ls-files`.split($/)
14
+ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
15
+ spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
16
+ spec.require_paths = ['lib']
17
+ end
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: year-tens-dont-work
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Andrew Kreps
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2019-12-19 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: ''
14
+ email:
15
+ - andrew.kreps@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - ".idea/workspace.xml"
21
+ - yeah-tens-dont-work.gemspec
22
+ homepage: https://github.com/onewheelskyward/yeah-tens-dont-work
23
+ licenses:
24
+ - MIT
25
+ metadata:
26
+ lita_plugin_type: handler
27
+ post_install_message:
28
+ rdoc_options: []
29
+ require_paths:
30
+ - lib
31
+ required_ruby_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: '0'
36
+ required_rubygems_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ requirements: []
42
+ rubygems_version: 3.0.1
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: yeah
46
+ test_files: []