almanack 1.0.0.pre1 → 1.0.0

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/almanack/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ead06cdcf648abe2061b723fc34d1baad84d5fb2
4
- data.tar.gz: b3efc8717685565e40c3d6fdaa552ed95ff705a9
3
+ metadata.gz: 5284cadfc609e3a8a9ed16fa80b5c80607c3d922
4
+ data.tar.gz: a2ba774e37e39820483a979f4fd1315e75e195b1
5
5
  SHA512:
6
- metadata.gz: 1a6145dd3f3c8ca4d31ded5603ff2c106635e969640000145f19f48242ef53e619e494b350b09bb439ab00aedad0e0a01ecb2f6eab32cc93a1167e282ea012ec
7
- data.tar.gz: c0096f663fb21fddb99c517ac45ea7b5e834c4aa873fdf80d382f87d0a0dc68fb7478b3eafd29a6acb3ccde69731a15a2d185d8608b937efafc43092c981d328
6
+ metadata.gz: 7c3cc747278612494441caf410a86dcc6ecd16f719be394da132eb31b4cc3ef992adafe037d1dc4329c904e2d67ae94e876825bb276b23ad5741ad0b80159daf
7
+ data.tar.gz: 37ab70dee79424f70633593700bc84cbe526c6832c652a53e8a45299335bcd26972d2a5ac22baba4f0c6bf28eafca77067c578d20a41af5231a4774f6096dae6
data/README.md CHANGED
@@ -21,7 +21,7 @@ A calendar that combines events from different sources (such as Google Calendar,
21
21
 
22
22
  Run the following command:
23
23
 
24
- gem install almanack --pre
24
+ gem install almanack
25
25
 
26
26
  ## Creating a calendar
27
27
 
@@ -1,6 +1,6 @@
1
1
  module Almanack
2
2
  CODENAME = "Garlick"
3
- VERSION = "1.0.0.pre1"
3
+ VERSION = "1.0.0"
4
4
  HOMEPAGE = "https://github.com/Aupajo/sinatra-gcal"
5
5
  ISSUES = "https://github.com/Aupajo/sinatra-gcal/issues"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: almanack
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.pre1
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pete Nicholls
@@ -289,9 +289,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
289
289
  version: '0'
290
290
  required_rubygems_version: !ruby/object:Gem::Requirement
291
291
  requirements:
292
- - - ">"
292
+ - - ">="
293
293
  - !ruby/object:Gem::Version
294
- version: 1.3.1
294
+ version: '0'
295
295
  requirements: []
296
296
  rubyforge_project:
297
297
  rubygems_version: 2.3.0