code_string 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: 7993cac0adab3b7e85b3243e3fcacb77f7daee59
4
- data.tar.gz: 3c196ff7d54e8d474fce4f5cef36ba3d6ffd61aa
3
+ metadata.gz: ac4b9db3702ad510194743814186b1c2abf8f9c0
4
+ data.tar.gz: f4475f1d998981c574f65301d1b4c23b920ece59
5
5
  SHA512:
6
- metadata.gz: eb343e2bd12a0d2da8a00ebb6d14b8b2667342cca028954535357d4521a03bc168a5e01a40e0eca36bbcf5f32571950a83b693d7d20ef4ab03f0724ffdee3f14
7
- data.tar.gz: d1c9e125d6ebeeb321a34de21fc90908fe63862a86fdb4917b6238ff89eacc0022893cb31bfb197d9d20c9910af815dd3b93c3e35affcffe6f87658009090a65
6
+ metadata.gz: 19840c269ee0b9a76edccb199e347ae95930f148fd9cfc877cc2e67c30a8f482a443e65821e254fc0ef34ffa3f222bda67b4ce48c84f089a4f68674378e2b286
7
+ data.tar.gz: 5576006cbeb4370d55204fb895bb711fc5c7da65b28074f6552f17fc522fef38873a022ff0ec5aa59b3a1820bc55cc0f3f2c5faa9cb8fe60e47fe8e365036e89
@@ -27,7 +27,7 @@ Or install it yourself as:
27
27
 
28
28
  == Contributing
29
29
 
30
- 1. Fork it ( https://github.com/burisu/code_string/fork )
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`)
@@ -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")
@@ -2,7 +2,7 @@
2
2
  # It permits to secure concantenation
3
3
  # Code strings simplifies code displaying
4
4
  class CodeString < String
5
- VERSION = '0.0.1'.freeze
5
+ VERSION = '0.0.2'.freeze
6
6
 
7
7
  class IncompatibleLanguage < StandardError
8
8
  end
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.1
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-14 00:00:00.000000000 Z
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: {}