scms 1.7.9 → 1.8.6

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scms
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.9
4
+ version: 1.8.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Courtenay Probert
@@ -145,16 +145,16 @@ files:
145
145
  - assets/blank-template/views/home-main.html
146
146
  - assets/mime.types
147
147
  - bin/scms
148
+ - build commands.txt
148
149
  - lib/scms/s3deploy.rb
149
150
  - lib/scms/scms_utils.rb
150
151
  - lib/scms/version.rb
151
152
  - lib/scms.rb
152
153
  - README.md
153
154
  - scms.gemspec
154
- - scripts/build.bat
155
155
  - staticcms.sublime-project
156
156
  - staticcms.sublime-workspace
157
- homepage: https://github.com/cprobert/Static-CMS
157
+ homepage: http://cprobert.github.io/Static-CMS/
158
158
  licenses: []
159
159
  metadata: {}
160
160
  post_install_message:
data/scripts/build.bat DELETED
@@ -1,4 +0,0 @@
1
- @echo off
2
- cd ..
3
- gem build scms.gemspec
4
- pause