apion 0.1.9 → 0.2.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 (5) hide show
  1. checksums.yaml +4 -4
  2. data/apion.gemspec +1 -1
  3. data/bin/apion +1 -1
  4. data/lib/string.rb +2 -2
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 089b486f9120a6141fa7a2f190f25290c8b1b775
4
- data.tar.gz: 1e5870fe80578cecaee41857249895a9f56b3a2f
3
+ metadata.gz: 0879602903e22c067e37c851397a52cebbae1083
4
+ data.tar.gz: 0e3d95a0aaf718caa7e3169ff6b8d2a998f79030
5
5
  SHA512:
6
- metadata.gz: 809173d876cd7f8358a0578417e3d996cd2cedea189df92b5da5215c93d7233cbcbdcc92cd6e2bb60127beddf0b746cc18b4d2bdda6a156cb5d180ea87cd8c9d
7
- data.tar.gz: 91680e8f5b0503250f04e7350c6fa8e82357e4984426ff7674814347a9447a7d225691b719ea7b28377498af37e19ce65507af2ce63fd8ab819f9de78ee99427
6
+ metadata.gz: 5554c4662ab998ee423aafce41c1fd670b51b13b71f3aab3aceb08c91595fe4e4410fdd9c9559c3e50284f04e1da281c8fbeb53c770ba32fccc4a902ae8d2dc1
7
+ data.tar.gz: cfd67a30b0b5a35db5cce8d37e03a23f15a80b25d901b83c196fb15c86dd7491f8e289cc27b6f696bc4a19f0542300e164a1c1551d42eeee139400010158a235
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'apion'
3
- s.version = '0.1.9'
3
+ s.version = '0.2.0'
4
4
  s.date = '2013-09-07'
5
5
  s.summary = "Apion"
6
6
  s.description = "Easy-to-use Fr/Api translator"
data/bin/apion CHANGED
@@ -3,4 +3,4 @@
3
3
  root = File.expand_path("../..", __FILE__)
4
4
  require "#{root}/lib/string.rb"
5
5
 
6
- puts ARGV[0].to_api.join
6
+ puts ARGV[0].to_ipa.join
@@ -4,9 +4,9 @@ root = File.expand_path("../..", __FILE__)
4
4
  require "#{root}/lib/ipa.rb"
5
5
 
6
6
  class String
7
- def to_api
7
+ def to_ipa
8
8
  api = Ipa.new
9
- api.apion(self)
9
+ api.convert_to_ipa(self)
10
10
  end
11
11
  end
12
12
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apion
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Galaad Gauthier