raleigh_events 0.1.0 → 0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 886b6d977b51c0f83b799207778129752a856662
4
- data.tar.gz: 5f47db205d6994345a4c694be2509200cf1fad22
3
+ metadata.gz: 8a0928cf5258c0052e37ede3be2c3f7ca9383881
4
+ data.tar.gz: bd2c3b91f4f03b04708e46aadebf2e4f7d411d41
5
5
  SHA512:
6
- metadata.gz: ea6ac59f86db462c2f76dfb1e8157339b46f465cd19a5216e7aa02970defab7b578d2a86abcaa15bc8cf49e6bf8da18809642a90b1d2a632dd2a41b0eb4a4136
7
- data.tar.gz: eb1e700d85ae574c98a41a348bd6936177e536dd47ae7fcc78ee421a1bcb46333f9bc68908326bd90fb525f3015edd2e8b4c9a4f1d1b629e201d65f9536f6ce3
6
+ metadata.gz: 9457f5bee0b7a6eedf919053f8b1a2fbb34f7cc4a0eae13ebecee357ee05b70cb5988e1cb402ad6d94529888988d6c5df86fe9a53230bd5696bb725dcb3bc2c7
7
+ data.tar.gz: 45e3297c1742242efdfde73b68b706ed61fa8d1ef0426e1bfe617932b1eb9670323d7eae6b0de8e1bd2b7731e1349d3c769cca4f642e2686771a90c6dae61628
@@ -1,3 +1,3 @@
1
1
  module RaleighEvents
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Lani1321"]
10
10
  spec.email = ["lani.berry13@gmail.com"]
11
11
 
12
- spec.summary = %q{A: Write a short summary, because Rubygems requires one.}
13
- spec.description = %q{A: Write a longer description or delete this line.}
12
+ spec.summary = %q{This gem lists upcoming events in the Raleigh-Durham area.}
13
+ spec.description = %q{This gem lists awesome upcoming events in the Raleigh-Durham area. You can see more details on each event if you wish!}
14
14
  spec.homepage = "https://github.com/Lani1321/raleigh_events"
15
15
  spec.license = "MIT"
16
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raleigh_events
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
  - Lani1321
@@ -80,7 +80,8 @@ dependencies:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
- description: 'A: Write a longer description or delete this line.'
83
+ description: This gem lists awesome upcoming events in the Raleigh-Durham area. You
84
+ can see more details on each event if you wish!
84
85
  email:
85
86
  - lani.berry13@gmail.com
86
87
  executables: []
@@ -127,5 +128,5 @@ rubyforge_project:
127
128
  rubygems_version: 2.4.5.1
128
129
  signing_key:
129
130
  specification_version: 4
130
- summary: 'A: Write a short summary, because Rubygems requires one.'
131
+ summary: This gem lists upcoming events in the Raleigh-Durham area.
131
132
  test_files: []