add exercise
Showing
ex46/NAME.gemspec
0 → 100644
| # coding: utf-8 | |||
| lib = File.expand_path('../lib', __FILE__) | |||
| $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) | |||
| Gem::Specification.new do |spec| | |||
| spec.name = "NAME" | |||
| spec.version = '1.0' | |||
| spec.authors = ["Thai Ha"] | |||
| spec.email = ["hamht@zigexn.vn"] | |||
| spec.summary = %q{Short summary of your project} | |||
| spec.description = %q{Longer description of your project.} | |||
| spec.homepage = "http://domainforproject.com/" | |||
| spec.license = "MIT" | |||
| spec.files = ['lib/NAME.rb'] | |||
| spec.executables = ['bin/NAME'] | |||
| spec.test_files = ['tests/test_NAME.rb'] | |||
| spec.require_paths = ["lib"] | |||
| end |
ex46/Rakefile
0 → 100644
ex46/bin/NAME
0 → 100644
ex46/lib/NAME.rb
0 → 100644
ex46/tests/test_NAME.rb
0 → 100644
ex47/Rakefile
0 → 100644
ex47/bin/ex47
0 → 100644
ex47/ex47.gemspec
0 → 100644
| # coding: utf-8 | |||
| lib = File.expand_path('../lib', __FILE__) | |||
| $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) | |||
| Gem::Specification.new do |spec| | |||
| spec.name = "NAME" | |||
| spec.version = '1.0' | |||
| spec.authors = ["Thai Ha"] | |||
| spec.email = ["hamht@zigexn.vn"] | |||
| spec.summary = %q{Short summary of your project} | |||
| spec.description = %q{Longer description of your project.} | |||
| spec.homepage = "http://domainforproject.com/" | |||
| spec.license = "MIT" | |||
| spec.files = ['lib/NAME.rb'] | |||
| spec.executables = ['bin/NAME'] | |||
| spec.test_files = ['tests/test_NAME.rb'] | |||
| spec.require_paths = ["lib"] | |||
| end |
ex47/lib/ex47.rb
0 → 100644
ex47/lib/ex47/game.rb
0 → 100644
ex47/tests/test_47.rb
0 → 100644
ruby-training @ af69e4e6
test.rb
0 → 100644
Please
register
or
sign in
to comment