RubMat 2.2.2 → 2.2.3
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.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/lib/rubmat.rb +3 -4
- metadata +4 -4
data/Rakefile
CHANGED
|
@@ -18,7 +18,7 @@ Jeweler::Tasks.new do |gem|
|
|
|
18
18
|
gem.homepage = "http://github.com/regularlambda/RubMat"
|
|
19
19
|
gem.license = "MIT"
|
|
20
20
|
gem.summary = %Q{Discrete Mathematics REPL and built-in usable library}
|
|
21
|
-
gem.description = %Q{Discrete Mathematics REPL and built-in usable library for experimental
|
|
21
|
+
gem.description = %Q{Discrete Mathematics REPL and built-in usable library for experimental projects}
|
|
22
22
|
gem.email = "mahmutbulut0@gmail.com"
|
|
23
23
|
gem.authors = ["Mahmut Bulut"]
|
|
24
24
|
gem.add_dependency "commander", "~> 4.1.0"
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.2.
|
|
1
|
+
2.2.3
|
data/lib/rubmat.rb
CHANGED
|
@@ -500,10 +500,9 @@ end
|
|
|
500
500
|
|
|
501
501
|
def self.run
|
|
502
502
|
puts "===RubMat===
|
|
503
|
-
Copyright (C) <
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
under certain conditions; type `certain' for details."
|
|
503
|
+
Copyright (C) <2012> <Mahmut Bulut>
|
|
504
|
+
Type `help' for commands list
|
|
505
|
+
and for distributing rules `certain'"
|
|
507
506
|
puts ""
|
|
508
507
|
begin
|
|
509
508
|
command = ask(">=> ")
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: RubMat
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 1
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 2
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 2.2.
|
|
9
|
+
- 3
|
|
10
|
+
version: 2.2.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Mahmut Bulut
|
|
@@ -124,7 +124,7 @@ dependencies:
|
|
|
124
124
|
version_requirements: *id007
|
|
125
125
|
name: commander
|
|
126
126
|
prerelease: false
|
|
127
|
-
description: Discrete Mathematics REPL and built-in usable library for experimental
|
|
127
|
+
description: Discrete Mathematics REPL and built-in usable library for experimental projects
|
|
128
128
|
email: mahmutbulut0@gmail.com
|
|
129
129
|
executables:
|
|
130
130
|
- rubmat
|