konpasu 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Gemfile.lock +15 -0
  2. data/README +7 -0
  3. data/lib/konpasu/version.rb +1 -1
  4. metadata +4 -2
@@ -0,0 +1,15 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ konpasu (0.0.1)
5
+
6
+ GEM
7
+ remote: http://rubygems.org/
8
+ specs:
9
+
10
+ PLATFORMS
11
+ ruby
12
+
13
+ DEPENDENCIES
14
+ bundler (>= 1.0.0)
15
+ konpasu!
data/README ADDED
@@ -0,0 +1,7 @@
1
+ Tested on Heroku with Ruby 1.9.2, Rails 3.0.5, and Compass 0.10.6
2
+
3
+ To use, simply add:
4
+ gem konpasu
5
+
6
+ to your Gemfile, and Heroku will automatically set up Rails to compile
7
+ and serve your SASS stylesheets out of the tmp/ directory.
@@ -1,3 +1,3 @@
1
1
  module Konpasu
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Nathaniel Jones
@@ -44,6 +44,8 @@ extra_rdoc_files: []
44
44
  files:
45
45
  - .gitignore
46
46
  - Gemfile
47
+ - Gemfile.lock
48
+ - README
47
49
  - Rakefile
48
50
  - konpasu.gemspec
49
51
  - lib/konpasu.rb