jhpy 1.1.0 → 1.1.1

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.
Files changed (3) hide show
  1. data/bin/jhpy +0 -1
  2. data/lib/jhpy/version.rb +1 -1
  3. metadata +2 -2
data/bin/jhpy CHANGED
@@ -30,7 +30,6 @@ opt_parser = OptionParser.new do |opt|
30
30
  print `curl https://raw.github.com/djwatt5/jhpy/master/downloads/app.yaml -o app.yaml -s`
31
31
  print `curl https://raw.github.com/djwatt5/jhpy/master/downloads/jhpy.py -o jhpy.py -s`
32
32
  print `mkdir static; mkdir templates; cd static; mkdir css; mkdir img; mkdir js; cd ..`
33
- puts `curl https://raw.github.com/djwatt5/jhpy/master/downloads/f.ico -o static/img/favicon.ico -s`
34
33
  puts `echo "Finished!"`
35
34
  end
36
35
 
@@ -1,3 +1,3 @@
1
1
  module JHPY
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jhpy
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-04-21 00:00:00.000000000 Z
12
+ date: 2013-04-23 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description:
15
15
  email: