css_sortor 0.0.1 → 0.0.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/bin/css_sortor +0 -7
- data/lib/css_sortor.rb +0 -1
- data/lib/css_sortor/version.rb +1 -1
- metadata +2 -2
data/bin/css_sortor
CHANGED
|
@@ -1,13 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env ruby
|
|
2
2
|
require 'gli'
|
|
3
|
-
begin # XXX: Remove this begin/rescue before distributing your app
|
|
4
3
|
require 'css_sortor'
|
|
5
|
-
rescue LoadError
|
|
6
|
-
STDERR.puts "In development, you need to use `bundle exec bin/todo` to run your app"
|
|
7
|
-
STDERR.puts "At install-time, RubyGems will make sure lib, etc. are in the load path"
|
|
8
|
-
STDERR.puts "Feel free to remove this message from bin/css_sortor now"
|
|
9
|
-
exit 64
|
|
10
|
-
end
|
|
11
4
|
|
|
12
5
|
include GLI::App
|
|
13
6
|
|
data/lib/css_sortor.rb
CHANGED
data/lib/css_sortor/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: css_sortor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -147,7 +147,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
147
147
|
version: '0'
|
|
148
148
|
requirements: []
|
|
149
149
|
rubyforge_project:
|
|
150
|
-
rubygems_version: 1.8.
|
|
150
|
+
rubygems_version: 1.8.24
|
|
151
151
|
signing_key:
|
|
152
152
|
specification_version: 3
|
|
153
153
|
summary: Fantasy CSS Sort Out Method.
|