just_to_start 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a09c0586c4cb19d893dc211156976ae51de33b5d
4
- data.tar.gz: 571fbd8e8d152b8becee233a2e1353cb6a8a3336
3
+ metadata.gz: f586898b8555b30426eab027af4eaf69f12ad73c
4
+ data.tar.gz: ec9cc0f73c99b94d3a20cb4d409e1186189568b3
5
5
  SHA512:
6
- metadata.gz: 9090c95a1003af32018b863a22024034801e3882f6e0155b4c99b28a6cf3efe4e44c0bc8ce0b8ceb10a6fc58032e429fa111152447ab4523861b3a694b7156ab
7
- data.tar.gz: 404d267115f97b3e4337f8ccb84dc63256deeb3e1152e21135a455977a9d178089bcb16c472551a640d7a6831aa1496f8c4faf79bad67ea043d4ba61ca934ac1
6
+ metadata.gz: 8d9877ad132aa027be4e73a3c6dede169aa13b7281d16838b1e392bd46302232ed27bb51c2b861b8353f8bd4906ee2dfbb7906608642b5f45b1a98bc93bbe91c
7
+ data.tar.gz: 207c9259a675e0e19848a67eb457085e3fff2e5dc919dc419064bb9306f44d57d872459ff0d8a87b6c24a47b747e5ee2fb298fcfe0caaa43e4ffd91b4ecd5635
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Mehnaz Bano"]
10
10
  spec.email = ["mehnaz.bano@tcs.com"]
11
11
 
12
- spec.summary = %q{I knew you are not gonna help me woth this and i tried it myself and make it done}
13
- spec.description = %q{I knew you are not gonna help me woth this}
12
+ spec.summary = %q{I knew you are not gonna help me with this and i tried it myself and make it done}
13
+ spec.description = %q{I knew you are not gonna help me with this}
14
14
  spec.homepage = ""
15
15
  spec.license = "MIT"
16
16
 
@@ -1,3 +1,3 @@
1
1
  module JustToStart
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/lib/just_to_start.rb CHANGED
@@ -1,7 +1,6 @@
1
1
  require "just_to_start/version"
2
2
 
3
- module JustToStart
4
- if Time.now.hour > 22
5
- puts "I am so lucky to have you..."
3
+ module Justtostart
4
+ class Engine < ::Rails::Engine
6
5
  end
7
- end
6
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: just_to_start
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mehnaz Bano
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-09-14 00:00:00.000000000 Z
11
+ date: 2016-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - ~>
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.0'
55
- description: I knew you are not gonna help me woth this
55
+ description: I knew you are not gonna help me with this
56
56
  email:
57
57
  - mehnaz.bano@tcs.com
58
58
  executables: []
@@ -96,6 +96,6 @@ rubyforge_project:
96
96
  rubygems_version: 2.0.14.1
97
97
  signing_key:
98
98
  specification_version: 4
99
- summary: I knew you are not gonna help me woth this and i tried it myself and make
99
+ summary: I knew you are not gonna help me with this and i tried it myself and make
100
100
  it done
101
101
  test_files: []