Changelog History
Page 7
-
v0.1.2 Changes
August 25, 2011๐ Version 0.1.2 (Simon Hamilton [email protected])
๐ Changes:
2 Nominal Changes
- Removed public from cache control. May be causing a problem with uploads
- Bump version for release
-
v0.1.1 Changes
August 24, 2011๐ Version 0.1.1 (Simon Hamilton [email protected])
๐ Changes:
5 Nominal Changes
- Merge pull request #4 from jsmestad/patch-1
[BUGFIX] Add support for 'existing_remote_files' configuration in YAML fi
- Verbose output about the delete process.
- Condense logic on keep
- [BUGFIX] Add support for 'existing_remote_files' configuration in YAML file.
- Version 0.1.0 ready
-
v0.1.0 Changes
August 22, 2011๐ Version 0.1.0 (David Rice [email protected])
๐ Changes:
1 Nominal Changes
- Merge 0.0.7 from master into new refactor branch
-
v0.0.7 Changes
August 22, 2011๐ Version 0.0.7 (David Rice [email protected])
๐ Changes:
9 Nominal Changes
- Added Cache-control header (1 year, public) on uploaded files
- Update README to reflect new configuration styles
- Extract all file manipulation methods to a storage class, update generator templates, fix a few bugs.
- Config class working, specs added, still @wip
- Refactoring
- Get config working and loading yml or the initializer
- small additions
- @wip working on extracting out a configuration class and allow config via an initializer alone, also support yml file usage for when that is useful
- merge config changes
-
v0.0.6 Changes
August 06, 2011๐ Version 0.0.6 (Simon Hamilton [email protected])
๐ Changes:
1 Nominal Changes
- Include ERB template rendering of yml. v0.0.5
-
v0.0.5 Changes
August 05, 2011๐ Version 0.0.5 (David Rice [email protected])
๐ Changes:
3 Nominal Changes
- now it parses the YAML file with ERB.
- Set gem date for release
- 0.0.4 Release
-
v0.0.4 Changes
August 05, 2011๐ Version 0.0.4 (David Rice [email protected])
-
v0.0.3 Changes
July 31, 2011๐ Version 0.0.3 (David Rice [email protected])
๐ Changes:
1 Nominal Changes
- Added homepage to gemspec
-
v0.0.2 Changes
July 31, 2011๐ Version 0.0.2 (Simon Hamilton [email protected])
๐ Changes:
7 Nominal Changes
- Added a rails generator to install the rake task and the config. Just do "rails generate asset_sync:install"
- Updated readme
- Getting ready to release the gem
- Revert "remove version file"
This reverts commit 7ebd853947b8d5f3b6e81f96535dfce843f2c855.
- remove version file
- Initial commit
- Initial commit