flatiron-ice-breakers 0.0.1

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,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ YjBkZDM3M2I3MDc1MWVmMjkwZDczMTZlZjFkMTFjMzkwNWZmMjY1Nw==
5
+ data.tar.gz: !binary |-
6
+ MjBhMzE0OGFiZTBiN2E2YjA3Yzk4ZGE4MWMxYzExYTIxYzkyNmE1Zg==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ NDA5OGMwMDQ2YTQwMWJhNGY1NTg2MDY5NjM1YTBiZDQ0YjZhMzhhZmE2YmM3
10
+ NzZmZTBiYzFhMzA2ZDkyOWRmM2M4MTk5ZDkwYjBmNGI4NjEwZWViNDg5NTNi
11
+ ZjA4NWY0Nzg1NzJjMzU2ZGJjOTEwM2I2NTc3MjNlM2RkYTU4MDY=
12
+ data.tar.gz: !binary |-
13
+ MmJmYTczM2YwOTNiNTY5OTk1ODBhYzNkMmIxYWNkNjc1YWEyZDAwZTliZDcx
14
+ OGViMWM5YWI5ZGNlYmFmZTNiMmRkNWZiZGQ4MzZiZWY0OGU3YmRiZmI3Zjlk
15
+ NTgxYzM1NDExN2FmY2VjMGIzZjliNDE0YTJmNWRjMWRiNTZkNzM=
data/bin/ice-breakers ADDED
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ puts "Hello world"
Binary file
@@ -0,0 +1,16 @@
1
+ require 'rubygems'
2
+
3
+ SPEC = Gem::Specification.new do |s|
4
+ s.name = "flatiron-ice-breakers"
5
+ s.version = "0.0.1"
6
+ s.author = "Ice Breakers"
7
+ s.email = "adam.waxman@flatironschool.com"
8
+ s.platform = Gem::Platform::RUBY
9
+ s.description = "Test Gem!"
10
+ s.summary = "Whatever"
11
+ s.rubyforge_project = "flatiron-ice-breakers"
12
+ s.homepage = "https://github.com/awaxman11/flatiron-ice-breakers-gem"
13
+ s.files = Dir.glob("**/*")
14
+ s.bindir = 'bin'
15
+ s.executable = 'ice-breakers'
16
+ end
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: flatiron-ice-breakers
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Ice Breakers
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-06-12 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Test Gem!
14
+ email: adam.waxman@flatironschool.com
15
+ executables:
16
+ - ice-breakers
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - bin/ice-breakers
21
+ - flatiron-ice-breakers-0.0.1.gem
22
+ - flatiron-ice-breakers.gemspec
23
+ homepage: https://github.com/awaxman11/flatiron-ice-breakers-gem
24
+ licenses: []
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ! '>='
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ! '>='
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubyforge_project: flatiron-ice-breakers
42
+ rubygems_version: 2.0.3
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: Whatever
46
+ test_files: []