bjam_it 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/lib/bjam_it.rb +5 -0
  3. metadata +59 -0
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ZDg4MzdjMTNlODRlZjRlZjBlNjU5MWU5ZWNjNDhlZTQ5NWRmZGRlMw==
5
+ data.tar.gz: !binary |-
6
+ MzZmMmE4MmMwMDIyNTk3MjhkNDZkYjAwN2Y5YmUwNjEyNmYzNTVhOQ==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ ZjFlZTdjMWQ2Y2Q1MTUyYzcwY2ZiNzQ3MjI0YjRjMDk1MGRjZTJjZDMxZjky
10
+ NTk1OTQ2ZWJkMmI2ZjJlNDVlYjRiOTcwMjFkMTA0ZTVlNzJlZDJkOTkzY2E2
11
+ NTliZjNkMmRjN2U2NjMwNzYzY2FhZTRjNzEwYTM4MDAwM2EyZmI=
12
+ data.tar.gz: !binary |-
13
+ ZWYxZGNjMTA4ODk4Zjk5ZGNkZmVmYzk2ZjAxMTQyYjIxZGVhMzI5YjJjOTNh
14
+ NWRmMmM0M2NjOWMwMGU3N2U3ZTMwYzRkMDc4NDA0N2RmNTE3MTAwOWMzNmI2
15
+ NWJlNTZjZmUzODBlZTFhYzhhMmFjNzg0MzU1MjY5N2UyZmIzOGU=
data/lib/bjam_it.rb ADDED
@@ -0,0 +1,5 @@
1
+ class Bjamit
2
+ def self.say_what
3
+ puts "what"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,59 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: bjam_it
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Brian Jameson
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-04-09 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: pry
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ! '>='
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ! '>='
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ description: The BJam gem
28
+ email:
29
+ - brianjamesonb@gmail.com
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - lib/bjam_it.rb
35
+ homepage: http://jamesonb.com/
36
+ licenses:
37
+ - MIT
38
+ metadata: {}
39
+ post_install_message:
40
+ rdoc_options: []
41
+ require_paths:
42
+ - lib
43
+ required_ruby_version: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ! '>='
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ required_rubygems_version: !ruby/object:Gem::Requirement
49
+ requirements:
50
+ - - ! '>='
51
+ - !ruby/object:Gem::Version
52
+ version: '0'
53
+ requirements: []
54
+ rubyforge_project:
55
+ rubygems_version: 2.1.11
56
+ signing_key:
57
+ specification_version: 4
58
+ summary: The original BJam gem
59
+ test_files: []