selecta 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +15 -0
  2. data/extconf.rb +11 -0
  3. metadata +45 -0
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ N2M5MzkzZmZjMjJlYjZmNWRlZTVjZmRhNjQ5ODViYmZiY2FiZTQzOQ==
5
+ data.tar.gz: !binary |-
6
+ ZTUyNzM5YzgyMGRlNWZiMTgyMmIzODkzZDc4ZmM0NWU5Njc4NmQ4ZA==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ ZDYyNWM3ODJmNGUyOGZlODAyYTE4ZGU3NDA3MmFkMDAyNDJmMDZiOGE4ZmMz
10
+ Y2ExMDMxZjY0Zjc1YWYzZGFjNjAzMDhhMTk0YTM3YTA5MjYyMDI1NDcxMDYy
11
+ MGNhMWZhODA3ZTI1ODhkZTc2MDQwODFlNjgxZDAzYWE4N2QyNmM=
12
+ data.tar.gz: !binary |-
13
+ MTM0ZmNkYmQyN2E4YzAzMTJlMmUyMDFkNmZiNWIyNTljNDNlYjQ2YzRlYjBm
14
+ Yjc0YWRkZjdlNjM5YTZkNTAyMTViMGM1MGVkOWI3M2ZkYmMzYThjZGIwYmUz
15
+ NTk4MzhhMmQ1NTZmZTgyZGMwNWYwMTdlMjcyZGNiMGMyM2FiNzI=
@@ -0,0 +1,11 @@
1
+ $stderr.puts
2
+ $stderr.puts
3
+ $stderr.puts "************************************************************"
4
+ $stderr.puts
5
+ $stderr.puts "Hey, you! selecta is not installable as a gem!"
6
+ $stderr.puts
7
+ $stderr.puts "See the README at: https://github.com/garybernhardt/selecta"
8
+ $stderr.puts
9
+ $stderr.puts "************************************************************"
10
+ $stderr.puts
11
+ $stderr.puts
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: selecta
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Gary Bernhardt
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-10-11 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A fuzzy text selector for files and anything else you need to select.
14
+ email: gary dot bernhardt at gmail dot com
15
+ executables: []
16
+ extensions:
17
+ - extconf.rb
18
+ extra_rdoc_files: []
19
+ files:
20
+ - extconf.rb
21
+ homepage: https://github.com/garybernhardt/selecta
22
+ licenses:
23
+ - MIT
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ! '>='
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ! '>='
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubyforge_project:
41
+ rubygems_version: 2.1.5
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: A fuzzy text selector for files and anything else you need to select.
45
+ test_files: []