testinggemtk 0.0.22 → 0.0.23

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NWY2NmVlOWNlZWM2ZmQzYWRhYTk2ODg1NTMzNzJjYjc5MTY4N2ZjYw==
4
+ MWE2ZTNmZTVhNTNjMmUwMTJkYThlOWY1MDNhNGY2YTc1MzFkYTE5ZA==
5
5
  data.tar.gz: !binary |-
6
- ZWI5YTE3YjJhOTE3YTJhMWIwYzRmNzY0ZjFjYTgzZWQ2OWFiZTJhOQ==
6
+ NDlmZDBkMGJiMjVhYTI1OWVhYzY5MTY1YTk3NTk1YWIxMTc0ZDc0ZA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YmJiZmVmYjEyMjk5ODNmZmFiNDkxOTI2NWFjZWRiMGJlZGFiYzM5ODMyMWU2
10
- M2UxOGRkMmNiMmUyNmQyMTY5MjFiNWMyZTk4MjZmYjBkZmE5NDAxZTE0MGNl
11
- NWI0ZDhhOGZhODkzMTQ5OWQ5YzM5NThmOGM0MTQ3NGYyMjBlOTg=
9
+ NDMwMTcxYmYzNGEyNjJiYTg4NzQ1NzIzMjZkZWJlYzQxYzhjOWY1OTBmMTE1
10
+ NWM5NTE4ZjFlMDRiYjI3MjE0MjBkMzA1Nzg4NzkwZjViOTJmOWEyNDVhOTU0
11
+ MTQ5MzYxZTY5MWFjMzNiMmE1MDBmZjM1OGVkN2FlYzQ0ZTgxYmE=
12
12
  data.tar.gz: !binary |-
13
- NGFiZjE1OWQwOGFmNzIyNGRhZjZjMmNjNmZlNjVlM2QxNzY0N2ZmY2EyOWUy
14
- NjIxMmJjYzYwMDI1Y2MwZWUxYTM2YjViYWI5ZGRhMjllYzY3MDk1ZDdkMWVi
15
- MWEzMDc4NzgyNGQ0NjBkNzBlNmVmMDNhZWYyMThlNWIwOTFlMTc=
13
+ Yjk3MWQxOTViZGY0YmQ4Nzk1NDE5MTYyY2FkNzNhNDAyMTMwN2UyNGE2OTRh
14
+ Yzg0NGFjMTU1ZWRiNTA2ZDM3NzNkODA4NzZmODczZmI1MGM0MWNhYWM0NDMx
15
+ ZDhlZjA0YzNmZjcyNjA0ODkzNGRlN2JhMWI0M2IyNjc3MDljNWU=
data/bin/testinggemtk CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
-
2
+ require "rubygems"
3
3
  require 'testinggemtk'
4
4
 
5
5
 
@@ -0,0 +1,5 @@
1
+ module Testinggemtk
2
+ module Entry
3
+ puts "hello"
4
+ end
5
+ end
@@ -1,3 +1,3 @@
1
1
  module Testinggemtk
2
- VERSION = "0.0.22"
2
+ VERSION = "0.0.23"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: testinggemtk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.22
4
+ version: 0.0.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Antonio
@@ -46,14 +46,9 @@ executables:
46
46
  extensions: []
47
47
  extra_rdoc_files: []
48
48
  files:
49
- - .gitignore
50
- - Gemfile
51
- - LICENSE.txt
52
- - README.md
53
- - Rakefile
54
- - lib/testinggemtk.rb
49
+ - lib/testinggemtk/entry.rb
55
50
  - lib/testinggemtk/version.rb
56
- - testinggemtk.gemspec
51
+ - lib/testinggemtk.rb
57
52
  - bin/testinggemtk
58
53
  homepage: ''
59
54
  licenses:
data/.gitignore DELETED
@@ -1,17 +0,0 @@
1
- *.gem
2
- *.rbc
3
- .bundle
4
- .config
5
- .yardoc
6
- Gemfile.lock
7
- InstalledFiles
8
- _yardoc
9
- coverage
10
- doc/
11
- lib/bundler/man
12
- pkg
13
- rdoc
14
- spec/reports
15
- test/tmp
16
- test/version_tmp
17
- tmp
data/Gemfile DELETED
@@ -1,4 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- # Specify your gem's dependencies in testinggemtk.gemspec
4
- gemspec
data/LICENSE.txt DELETED
@@ -1,22 +0,0 @@
1
- Copyright (c) 2013 Antonio
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,29 +0,0 @@
1
- # Testinggemtk
2
-
3
- TODO: Write a gem description
4
-
5
- ## Installation
6
-
7
- Add this line to your application's Gemfile:
8
-
9
- gem 'testinggemtk'
10
-
11
- And then execute:
12
-
13
- $ bundle
14
-
15
- Or install it yourself as:
16
-
17
- $ gem install testinggemtk
18
-
19
- ## Usage
20
-
21
- TODO: Write usage instructions here
22
-
23
- ## Contributing
24
-
25
- 1. Fork it
26
- 2. Create your feature branch (`git checkout -b my-new-feature`)
27
- 3. Commit your changes (`git commit -am 'Add some feature'`)
28
- 4. Push to the branch (`git push origin my-new-feature`)
29
- 5. Create new Pull Request
data/Rakefile DELETED
@@ -1 +0,0 @@
1
- require "bundler/gem_tasks"
data/testinggemtk.gemspec DELETED
@@ -1,26 +0,0 @@
1
- # coding: utf-8
2
- lib = File.expand_path('../lib', __FILE__)
3
- $LOAD_PATH.unshift(lib)
4
- require 'testinggemtk/version'
5
- require 'testinggemtk/entry'
6
-
7
- Gem::Specification.new do |spec|
8
- spec.name = "testinggemtk"
9
- spec.version = Testinggemtk::VERSION
10
- spec.authors = ["Antonio"]
11
- spec.email = ["antalby@hotmail.com"]
12
- spec.description = %q{a test GUI gem}
13
- spec.summary = %q{a test GUI gem}
14
- spec.homepage = ""
15
- spec.license = "MIT"
16
- spec.executables = ["testinggemtk"]
17
- spec.require_paths = ["lib"]
18
-
19
- spec.files = `git ls-files`.split($/)
20
- spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
21
-
22
-
23
-
24
- spec.add_development_dependency "bundler", "~> 1.3"
25
- spec.add_development_dependency "rake"
26
- end