oops_can 0.1.0 → 0.1.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 83fd69904546f8df46a0d3a6d262637a2066a247
4
- data.tar.gz: ffb58e1b83abbe976637a9ab75139502291aca09
3
+ metadata.gz: 5cd1024b0b42a7c6dc786e6645657f9a92c0963b
4
+ data.tar.gz: a98b08d9bdf72a0b7ecb35a70376c52afbbadb4b
5
5
  SHA512:
6
- metadata.gz: 7ef1607807bbdc5d53c4de4d963381773bc46721cd26ab1941fedb730447c95145099447ea735521c2c1a366f996882105db63526d0db1b7dd80e3a4f86e17b0
7
- data.tar.gz: 248d53f6b91ac88ad238a4e6e97d5e1973f16425f92024329601cf0003487d086d1e447b2f79007ec9ded0241b63c4c0a445c0812aa80ebd8b8f82963ef0240b
6
+ metadata.gz: 02243a7f75cdd10d4bf4fde0fff9f09beccbe640f04d87a68905d93b0f11e3abfb5d61261b4187f68c9b6efdfa32de111118d610818e4741898633da736296b0
7
+ data.tar.gz: 7a9eb14733e5dd0f4708c34a1fbd94fc246b98b5a7ea91a3fcf825bcc6c452084c118d72ce53bb64f2ea24413812b545667d323ee461b5f923a5d9c7ca1d7674
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # OopsCan
2
2
 
3
- TODO: Write a gem description
3
+ A simple Discriminant gem
4
4
 
5
5
  ## Installation
6
6
 
@@ -18,7 +18,11 @@ Or install it yourself as:
18
18
 
19
19
  ## Usage
20
20
 
21
- TODO: Write usage instructions here
21
+ *** Run IRB
22
+
23
+ *** require 'oops_can'
24
+
25
+ *** Discriminant.make
22
26
 
23
27
  ## Contributing
24
28
 
@@ -1,3 +1,3 @@
1
1
  module OopsCan
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.2"
3
3
  end
data/lib/oops_can.rb CHANGED
@@ -1,5 +1,10 @@
1
1
  require "oops_can/version"
2
2
  class Discriminant
3
+
4
+ def self.ask
5
+ puts "For Learn More About Discriminant Follow ENG http://en.wikipedia.org/wiki/Discriminant"
6
+ end
7
+
3
8
  def self.make
4
9
 
5
10
  puts "Please input the A: "
data/oops_can.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["uxx_zz@mail.ru"]
11
11
  spec.summary = %q{Hola!}
12
12
  spec.description = %q{A simple discriminant gem}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/Ubuntus/oops_can"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oops_can
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ubuntus
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-19 00:00:00.000000000 Z
11
+ date: 2014-06-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -53,7 +53,7 @@ files:
53
53
  - lib/oops_can.rb
54
54
  - lib/oops_can/version.rb
55
55
  - oops_can.gemspec
56
- homepage: ''
56
+ homepage: https://github.com/Ubuntus/oops_can
57
57
  licenses:
58
58
  - MIT
59
59
  metadata: {}