gradesfirst 0.6.1 → 0.6.2
Sign up to get free protection for your applications and to get access to all the features.
- data/gradesfirst.gemspec +1 -1
- data/lib/gradesfirst/command.rb +1 -0
- metadata +1 -1
data/gradesfirst.gemspec
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.platform = Gem::Platform::RUBY
|
3
3
|
s.name = "gradesfirst"
|
4
|
-
s.version = "0.6.
|
4
|
+
s.version = "0.6.2"
|
5
5
|
s.summary = "GradesFirst command line utility for developers."
|
6
6
|
s.description = "This utility will help manage the various tasks developers need to do on their workstation such as database updates."
|
7
7
|
s.license = "MIT"
|
data/lib/gradesfirst/command.rb
CHANGED