sinatra_template 0.0.3 → 0.0.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5cecc5d7bf8ef0231db51ea0df72e3936379a5fe
4
- data.tar.gz: 65447d585c17ab602b432b876b03be07dab017a5
3
+ metadata.gz: ec061484216f26a2ad2591a6a16b1c94a4351508
4
+ data.tar.gz: 7292551672215c693dfeeadf095a630c60f2a04a
5
5
  SHA512:
6
- metadata.gz: 90805b418b36dad5e3e6f14e0815048883afacfa7fcd1fe0db72b4a2c7c3c179eb74f9aad25f8defb3a1f3cfbbdbb312d47bd670fcd51fb52258c5ba79b7000b
7
- data.tar.gz: 5e5493ae4b8a5fb2ce1695da4596b840c99759268ff36760b36d3e1f7255f435c8071baa6b01294a374e94b2f4cd958692e2d60020028e0184916fad3cd98976
6
+ metadata.gz: 81c21e5be7131349f8960ee205334f2918fe1167c90bcfb1b3be3a9974783e3223f5434802533dffcd766bae9aaa78dbbf103571db5ecc38e80f15f49b971628
7
+ data.tar.gz: 8e37c9a5cdf5823a20a82091e73011984542a17a573eb78e8e58efe424aa93de9c0eab0a108020efab4c03d971050dd6ca8eea47f67473d3e50af09f2e6d7d00
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # SinatraTemplate
2
2
 
3
- A gem which provides a Sinatra App Template.
3
+ A gem which provides a Sinatra App Template with CSS and JQuery.
4
4
 
5
5
  ## Installation
6
6
 
@@ -1,3 +1,3 @@
1
1
  class SinatraTemplate
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
@@ -2,14 +2,16 @@ require_relative 'sinatra_template/version'
2
2
 
3
3
  class SinatraTemplate
4
4
  def run_once
5
- system("git clone https://github.com/Scully87/Sinatra-Template.git")
5
+ system("git clone https://github.com/Scully87/Sinatra_Template.git")
6
6
  end
7
7
 
8
8
  def instructions
9
+ puts "Hello and thank you for Downloading"
9
10
  puts "Follow these instructions:"
10
- puts "$ cd Sinatra-Template"
11
+ puts "$ cd Sinatra_Template"
11
12
  puts "$ bundle install"
12
13
  puts "$ rackup"
13
- puts "Then open your browser and visit localhost:9292"
14
+ puts "Open browser to localhost address"
15
+ puts "Edit files accordingly"
14
16
  end
15
17
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinatra_template
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scully87
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-20 00:00:00.000000000 Z
11
+ date: 2014-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -92,7 +92,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
92
  version: '0'
93
93
  requirements: []
94
94
  rubyforge_project:
95
- rubygems_version: 2.2.2
95
+ rubygems_version: 2.4.3
96
96
  signing_key:
97
97
  specification_version: 4
98
98
  summary: A gem which provides a Sinatra App Template