yasp 2.0.0 → 2.0.2

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. checksums.yaml +4 -4
  2. data/yasp.gemspec +9 -10
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d4eed6cd7b23ed0ab06baee1692c2f51f1defe5d
4
- data.tar.gz: 7b3f6c5b46701bb82f60e5e4a57ac612e611b9d6
3
+ metadata.gz: 5b0342f909704c382863fec4f803ff1b0a0ec0e3
4
+ data.tar.gz: 0035f330d57755e7778734ba23f1850c0bdd80b1
5
5
  SHA512:
6
- metadata.gz: 92a5ad29ebd9f072a3624f05f149db00396030ceffce31511c64b195c0fbf322f4d80405e5d54feabfe327cba8333b977f2d739b03b9365b3400e100505879bc
7
- data.tar.gz: c0a971b7c74381e8b4e27025470b121114c95f26ee7a368830e2fcbf4e444aec7f7d45f060e192e2f2b367c5349b5a948220edad25e155635e7ab8bce3d4271a
6
+ metadata.gz: 39685464167d61b485cfba01e77ba6c197042da8042d0124442155f300131b89af43a64533f78a1e4002e70ff73099487f07d04d6d64a617d37fa905d3eae0d8
7
+ data.tar.gz: c263760126538dd3179f3da30b999b1fc5e057708153b45db272adad7f4d3bec3db936fb6aa7277d62cd95a205bfc2d964a067a24f5f825941cb5c5e74c54f48
@@ -2,16 +2,15 @@ lib = File.expand_path('../lib', __FILE__)
2
2
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
3
 
4
4
  Gem::Specification.new do |s|
5
- s.name = 'yasp'
6
- s.version = '2.0.0'
7
- s.date = '2014-12-04'
8
- s.summary = "Yet Another SCAD Program/YASP Ain't an SCAD Program"
9
- s.description = "a small, no-nonsense DSL for SCAD in Ruby"
10
- s.authors = ["Robert Sheldon"]
11
- s.email = 'rsheldiii@gmail.com'
12
- s.files = `git ls-files`.split($/)
5
+ s.name = 'yasp'
6
+ s.version = '2.0.2'
7
+ s.date = '2014-12-04'
8
+ s.summary = "Yet Another SCAD Program/YASP Ain't an SCAD Program"
9
+ s.description = "a small, no-nonsense DSL for SCAD in Ruby"
10
+ s.authors = ["Robert Sheldon"]
11
+ s.email = 'rsheldiii@gmail.com'
12
+ s.files = `git ls-files`.split($/)
13
13
  s.require_paths = ["lib"]
14
- s.homepage =
15
- 'http://rubygems.org/gems/hola'
14
+ s.homepage = 'https://github.com/rsheldiii/YASP'
16
15
  s.license = 'MIT'
17
16
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yasp
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Sheldon
@@ -30,7 +30,7 @@ files:
30
30
  - spec/spec_helper.rb
31
31
  - spec/yasp_spec.rb
32
32
  - yasp.gemspec
33
- homepage: http://rubygems.org/gems/hola
33
+ homepage: https://github.com/rsheldiii/YASP
34
34
  licenses:
35
35
  - MIT
36
36
  metadata: {}