README.md in ezdz-rails-0.2.0 vs README.md in ezdz-rails-0.2.1
- old
+ new
@@ -1,8 +1,8 @@
# Ezdz-Rails
-This Gem integrates [Jay Salvat's Ezdz](https://github.com/seiyria/bootstrap-slider)
+This Gem integrates [Jay Salvat's Ezdz](https://github.com/jaysalvat/ezdz)
to the Rails assets pipeline.
## Installation
Add this line to your application's Gemfile:
@@ -37,18 +37,18 @@
In the case you'd like to create a new release when [Jay Salvat](https://github.com/jaysalvat) release a new version of his ezdz library, you just need to run the following:
```
$ ./make_new_release.sh
-Ensuring Docker image zedtux/bootstrap-slider-rails exists ...
-Updating library code to version 5.3.3 ...
-Downlading Bootstrap-slider 5.3.3 ...
+Ensuring Docker image zedtux/ezdz-rails exists ...
+Updating library code to version 0.2.0 ...
+Downlading ezdz-slider 0.2.0 ...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
-100 51140 100 51140 0 0 124k 0 --:--:-- --:--:-- --:--:-- 124k
+100 11471 100 11471 0 0 1977 0 0:00:05 0:00:05 --:--:-- 2673
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
-100 8238 100 8238 0 0 28698 0 --:--:-- --:--:-- --:--:-- 28703
+100 2100 100 2100 0 0 6389 0 --:--:-- --:--:-- --:--:-- 6382
Done!
Committing new version ...
Releasing gem ...
```