gradesfirst 0.6.1 → 0.6.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.
- 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