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.
@@ -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
 
@@ -1,6 +1,5 @@
1
1
  require 'css_sortor/version.rb'
2
2
  require 'css_sortor/css_parser.rb'
3
- require 'debugger'
4
3
 
5
4
  # Add requires for other files you add to your project here, so
6
5
  # you just need to require this one file in your bin file
@@ -1,3 +1,3 @@
1
1
  module CssSortor
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
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.1
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.22
150
+ rubygems_version: 1.8.24
151
151
  signing_key:
152
152
  specification_version: 3
153
153
  summary: Fantasy CSS Sort Out Method.