kitno 0.1.0 → 0.1.2

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/kitno.gemspec +4 -4
  3. data/lib/kitno/version.rb +1 -1
  4. metadata +7 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5bf13d6f203e40637f201524eecab7a7de5750a3
4
- data.tar.gz: 70ae3923597b1a1b9d4fd80b025fba54e2e4a41c
3
+ metadata.gz: c866a9a96f05a8d22129962a81e90c3feeefa11e
4
+ data.tar.gz: da4d876292eec424fcd97c87560ce0676dae471e
5
5
  SHA512:
6
- metadata.gz: 45a304b3d95ee87d6bfa1edd24bdd460a5849bba481e6e23978b48805956c2e08618f81256dfba1ce4ebe0f384d29ab5756799a8817a4ae96b9635c54749bb1f
7
- data.tar.gz: c15dfaa57cf0b1f426dd452787db8306ce5a698618552230afc58c1d3d3b91c97dc8e4601f466b88146ef5228def68ad7c1bb31cf45afa99c7fcdd73cabed0cb
6
+ metadata.gz: 6b7373ce85c55f1820d08a412410bf48330f947e2bbc5b687c98d7a205ccf8b1eabef5277ea87fa0f221bf966ed2c3db3aad79546ffccdb1492eb049f5ebf180
7
+ data.tar.gz: c9474080c00977896fe6cdcd5a19d21ebe62c82c0858a91d1bb0109e17fc3933bba40a106e85532aaf04530eaf5179d578db7edc153f932b3493c6ed5509cbdd
data/kitno.gemspec CHANGED
@@ -9,11 +9,11 @@ require 'kitno/version'
9
9
  Gem::Specification.new do |spec|
10
10
  spec.name = 'kitno'
11
11
  spec.version = Kitno::VERSION
12
- spec.authors = ['Jamie Rolfs']
13
- spec.email = ['jamie@mavenlink.com', 'alan@mavenlink.com']
12
+ spec.authors = ['Jamie Rolfs', 'Alan Wong', 'Cassandra Cruz']
13
+ spec.email = ['jamie.rolfs@gmail.com', 'alan@mavenlink.com', 'celkamada@gmail.com']
14
14
 
15
- spec.summary = 'Convert projects that use JavaScript namespace module structures to CommonJS'
16
- spec.description = ''
15
+ spec.summary = 'Killing In The Namespace Of'
16
+ spec.description = 'Convert projects that use JavaScript namespace module structures to CommonJS'
17
17
  spec.homepage = 'https://github.com/jrolfs/killing-in-the-namespace-of'
18
18
  spec.license = 'MIT'
19
19
 
data/lib/kitno/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Kitno
2
- VERSION = "0.1.0"
2
+ VERSION = '0.1.2'
3
3
  end
metadata CHANGED
@@ -1,10 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kitno
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jamie Rolfs
8
+ - Alan Wong
9
+ - Cassandra Cruz
8
10
  autorequire:
9
11
  bindir: bin
10
12
  cert_chain: []
@@ -66,10 +68,11 @@ dependencies:
66
68
  - - "~>"
67
69
  - !ruby/object:Gem::Version
68
70
  version: '5.0'
69
- description: ''
71
+ description: Convert projects that use JavaScript namespace module structures to CommonJS
70
72
  email:
71
- - jamie@mavenlink.com
73
+ - jamie.rolfs@gmail.com
72
74
  - alan@mavenlink.com
75
+ - celkamada@gmail.com
73
76
  executables:
74
77
  - console
75
78
  - kitno
@@ -114,5 +117,5 @@ rubyforge_project:
114
117
  rubygems_version: 2.5.1
115
118
  signing_key:
116
119
  specification_version: 4
117
- summary: Convert projects that use JavaScript namespace module structures to CommonJS
120
+ summary: Killing In The Namespace Of
118
121
  test_files: []