This website works better with JavaScript.
Home
Help
Sign In
inhji
/
microformats2-elixir
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
8
Wiki
Activity
Compare commits
merge into: inhji:master
inhji:master
inhji:update-floki
...
pull from: inhji:update-floki
inhji:master
inhji:update-floki
2 Commits
master
...
update-floki
Author
SHA1
Message
Date
Inhji Y.
51d4992997
version 0.2.2
1 year ago
Inhji Y.
2810bcea15
use new parse_document/1 from floki 0.25.0
1 year ago
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
+1
-1
lib/microformats2.ex
+1
-1
mix.exs
+ 1
- 1
lib/microformats2.ex
View File
@@ -11,7 +11,7 @@ defmodule Microformats2 do
end
end
def parse(content, url) when is_binary(content), do: parse(Floki.parse(content), url)
def parse(content, url) when is_binary(content), do: parse(Floki.parse
_document
(content), url)
def parse(content, url) do
doc =
+ 1
- 1
mix.exs
View File
@@ -4,7 +4,7 @@ defmodule Microformats2.Mixfile do
def project do
[
app: :microformats2,
version: "0.2.
1
",
version: "0.2.
2
",
elixir: "~> 1.6",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Write
Preview
Loading…
Cancel
Save