code_string 0.0.1 → 0.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.
- checksums.yaml +4 -4
- data/README.rdoc +1 -1
- data/code_string.gemspec +1 -1
- data/lib/code_string.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ac4b9db3702ad510194743814186b1c2abf8f9c0
|
|
4
|
+
data.tar.gz: f4475f1d998981c574f65301d1b4c23b920ece59
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 19840c269ee0b9a76edccb199e347ae95930f148fd9cfc877cc2e67c30a8f482a443e65821e254fc0ef34ffa3f222bda67b4ce48c84f089a4f68674378e2b286
|
|
7
|
+
data.tar.gz: 5576006cbeb4370d55204fb895bb711fc5c7da65b28074f6552f17fc522fef38873a022ff0ec5aa59b3a1820bc55cc0f3f2c5faa9cb8fe60e47fe8e365036e89
|
data/README.rdoc
CHANGED
|
@@ -27,7 +27,7 @@ Or install it yourself as:
|
|
|
27
27
|
|
|
28
28
|
== Contributing
|
|
29
29
|
|
|
30
|
-
1. Fork it ( https://github.com/
|
|
30
|
+
1. Fork it ( https://github.com/ekylibre/code_string/fork )
|
|
31
31
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
|
32
32
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
33
33
|
4. Push to the branch (`git push origin my-new-feature`)
|
data/code_string.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.email = ['burisu@oneiros.fr']
|
|
10
10
|
spec.summary = 'String to manage codes'
|
|
11
11
|
spec.description = 'Like AS::SafeBuffer, a way to manage code string safely for code generation'
|
|
12
|
-
spec.homepage = ''
|
|
12
|
+
spec.homepage = 'https://github.com/ekylibre/code_string'
|
|
13
13
|
spec.license = 'MIT'
|
|
14
14
|
|
|
15
15
|
spec.files = `git ls-files -z`.split("\x0")
|
data/lib/code_string.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: code_string
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brice Texier
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-06
|
|
11
|
+
date: 2017-12-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -71,7 +71,7 @@ files:
|
|
|
71
71
|
- test/test_concatenation.rb
|
|
72
72
|
- test/test_instanciation.rb
|
|
73
73
|
- test/test_output.rb
|
|
74
|
-
homepage:
|
|
74
|
+
homepage: https://github.com/ekylibre/code_string
|
|
75
75
|
licenses:
|
|
76
76
|
- MIT
|
|
77
77
|
metadata: {}
|