swift-playground 0.0.1 → 0.0.2

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: 992b070655de9c6fc56513c9e7f94e1def404707
4
- data.tar.gz: b5af362cd26b24bfc49335c2610a5812b79ba521
3
+ metadata.gz: 66a1db6844d74221385db4c8f4e100c6a7a919f2
4
+ data.tar.gz: 903f38cee07f7eab0aca8c037294b2ed0ee76d6b
5
5
  SHA512:
6
- metadata.gz: 2b797a867775fffa37d24eda66c247e49a146c2cb47cff74d62aa12a27fae38a757db3696d75f246202d3d7f1558418bb0115ea298f6b09c75a04ac51a572c9c
7
- data.tar.gz: d1c125605c84a4ba04e7e6290b92240cd774ad127dc2e52b33daefab4a29487663bf9aefc94a2bbe01c76232269a0a49674337a7c5b23fc1e6b83c761dcce751
6
+ metadata.gz: 622a14c5be5bc302164b7f1046b806f94cc40b5979caa6c050bc256edce6ca32e619f715e3347e7005be1957296b72209ba94f79ab071699dc8501c41f0328f3
7
+ data.tar.gz: 250e110cfac837ff914e193778da4f41f121022c87b6a35eaa01f1b1264ab4a931709ab29cb72f52b2b9664be0297998cfd1273269a43aa06c88782d69d92a26
@@ -7,6 +7,6 @@ module Swift
7
7
  'Playgrounds. Supports generation from markdown files ' \
8
8
  'with the intent to aide in the production of polished ' \
9
9
  'playground documents.'
10
- VERSION = '0.0.1'
10
+ VERSION = '0.0.2'
11
11
  end
12
12
  end
@@ -25,5 +25,5 @@ spec = Gem::Specification.new do |s|
25
25
  s.add_runtime_dependency 'gli', '~> 2.12.2'
26
26
  s.add_runtime_dependency 'paint', '~> 0.9.0'
27
27
  s.add_runtime_dependency 'highline', '~> 1.6.21'
28
- s.add_runtime_dependency 'sass', '~> 3.4.10'
28
+ s.add_runtime_dependency 'sass', '~> 3.2'
29
29
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: swift-playground
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Haylock
@@ -128,14 +128,14 @@ dependencies:
128
128
  requirements:
129
129
  - - ~>
130
130
  - !ruby/object:Gem::Version
131
- version: 3.4.10
131
+ version: '3.2'
132
132
  type: :runtime
133
133
  prerelease: false
134
134
  version_requirements: !ruby/object:Gem::Requirement
135
135
  requirements:
136
136
  - - ~>
137
137
  - !ruby/object:Gem::Version
138
- version: 3.4.10
138
+ version: '3.2'
139
139
  description: A Ruby API and CLI tool for manipulating Xcode Swift Playgrounds. Supports
140
140
  generation from markdown files with the intent to aide in the production of polished
141
141
  playground documents.