smock 0.1.31 → 0.1.32
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/Gemfile.lock +1 -1
- data/README.md +2 -1
- data/Rakefile +1 -0
- metadata +3 -3
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -25,7 +25,7 @@ The easiest way to do all the symlinking is by using the `powder` gem and runnin
|
|
25
25
|
```bash
|
26
26
|
gem install powder
|
27
27
|
cd ./versions/latest
|
28
|
-
powder link
|
28
|
+
powder link smock
|
29
29
|
```
|
30
30
|
|
31
31
|
### Dev'ing Sass locally
|
@@ -46,4 +46,5 @@ Note that you have to use rake build_versions to copy across markup.
|
|
46
46
|
|
47
47
|
### TODO
|
48
48
|
|
49
|
+
|
49
50
|
- Set up build tasks to update and download the stuff in the third party folder
|
data/Rakefile
CHANGED
@@ -25,6 +25,7 @@ task :build_version => :clean do
|
|
25
25
|
target = "./versions/#{Smock::VERSION}"
|
26
26
|
FileUtils.mkdir_p target
|
27
27
|
sh "bundle exec sass ./app/assets/stylesheets/smock.sass #{target}/smock.css"
|
28
|
+
sh "bundle exec sass ./app/assets/stylesheets/smock.sass #{target}/smock.min.css --style compressed"
|
28
29
|
sh "cp -R ./examples #{target}/"
|
29
30
|
|
30
31
|
latest = "./versions/latest"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: smock
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.32
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -290,7 +290,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
290
290
|
version: '0'
|
291
291
|
segments:
|
292
292
|
- 0
|
293
|
-
hash:
|
293
|
+
hash: 249881068485618091
|
294
294
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
295
295
|
none: false
|
296
296
|
requirements:
|
@@ -299,7 +299,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
299
299
|
version: '0'
|
300
300
|
segments:
|
301
301
|
- 0
|
302
|
-
hash:
|
302
|
+
hash: 249881068485618091
|
303
303
|
requirements: []
|
304
304
|
rubyforge_project: smock
|
305
305
|
rubygems_version: 1.8.21
|